Description
Generates parsers from grammar files for projects that expect yacc or bison-compatible tooling. It is useful when building language tools, compilers, interpreters, or software that still depends on traditional Unix parser generators.
Generated parser code should be reviewed like other source code. Grammar mistakes can create confusing build failures or incorrect parsing behavior.