|
|
|
|
|
by jzimmerman64
1360 days ago
|
|
It's not just a parser generator; it also generates the AST, traversals, lexer, and pretty-printer. And it can generate the AST for your IRs and target language, if you specify them in BNF as well. This is a pretty significant piece of a compiler, all told. |
|