2024-01-17: PrismにPRを出した
やったこと
Prism
PRを出した。
https://github.com/ruby/prism/pull/2186
{ a: -1 }
で ambiguous first argument; put parentheses or a space even after `-` operator
という警告が出るのを直した。
Rubyの parse.y
を見たら条件が微妙に違ったので、それを反映した次第。
lexer周りよく分からんな。