New LR1/LALR parser generator "rustlr"

For those of you seeking a Yacc-like parser generator in and for Rust, rustlr has been available and now the tutorial has enough chapters and examples to explain most of its features. I was trying to create a tool that's similar to Yacc. The parser generator has, for example, the ability to interactively train the parser to give helpful error messages.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.