@gramin/frontend-yacc
v0.1.0
Published
Yacc, Bison, and Lrama frontend for gramin
Readme
@gramin/frontend-yacc
POSIX Yacc, Bison, and Lrama grammar frontend for gramin.
Installation
npm install @gramin/frontend-yaccThe package exports yaccFrontend together with the lower-level lexer, parser, AST, and
lowering APIs. Semantic actions are treated as opaque input and are never executed.
See the known limitations for action-block recovery and unsupported source constructs.
License
MIT
