6 ms·
There's a Rust parser generator called LALRPOP that is apparently inspired by Menhir. https://github.com/nikomatsakis/lalrpop https://github.com/nikomatsakis/l
by jdf 9y ago
There's a Rust parser generator called LALRPOP that is apparently inspired by Menhir.
https://github.com/nikomatsakis/lalrpop https://github.com/nikomatsakis/lalrpop
http://smallcultfollowing.com/babysteps/blog/2016/03/02/nice-errors-in-lalrpop/ http://smallcultfollowing.com/babysteps/blog/2016/03/02/nice...
I've never used Menhir so I can't compare how similar they are in practice, but I've enjoyed the times I played with LALRPOP much more than the many times I've battled various yacc derivatives.