ruby / racc

Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
Other
535 stars 88 forks source link

Fix a typo #270

Closed koic closed 3 months ago

koic commented 3 months ago

As introduced in the GitHub sidebar (https://github.com/ruby/racc), an LALR(1) parser generator seems to be correct.