← Back to context Comment by mgaunard 14 hours ago There are good parser generators, but potentially not as Rust libraries. 1 comment mgaunard Reply westurner 2 hours ago I decided to look; just found these:chumsky (parser combinator): https://github.com/zesterer/chumskyLALRPOP (LR(1)): https://github.com/lalrpop/lalrpopgrmtools (YACC) https://github.com/softdevteam/grmtools/ re: Other parsers: https://softdevteam.github.io/grmtools/master/book/othertool...antlr4rust: https://github.com/rrevenantt/antlr4rust
westurner 2 hours ago I decided to look; just found these:chumsky (parser combinator): https://github.com/zesterer/chumskyLALRPOP (LR(1)): https://github.com/lalrpop/lalrpopgrmtools (YACC) https://github.com/softdevteam/grmtools/ re: Other parsers: https://softdevteam.github.io/grmtools/master/book/othertool...antlr4rust: https://github.com/rrevenantt/antlr4rust
I decided to look; just found these:
chumsky (parser combinator): https://github.com/zesterer/chumsky
LALRPOP (LR(1)): https://github.com/lalrpop/lalrpop
grmtools (YACC) https://github.com/softdevteam/grmtools/ re: Other parsers: https://softdevteam.github.io/grmtools/master/book/othertool...
antlr4rust: https://github.com/rrevenantt/antlr4rust