arr-ai / wbnf

ωBNF implementation
Apache License 2.0
7 stars 4 forks source link

Codegen all the things #31

Closed ghost closed 4 years ago

ghost commented 4 years ago

1) Add a couple of AST helpers (First/All/Choice) 2) Codegen a typesafe API to work with the ast built for a particular grammar 3) REwrite the compile() functions using the new api