ptal / oak

A typed parser generator embedded in Rust code for Parsing Expression Grammars
Apache License 2.0
142 stars 14 forks source link

Remove inlining from the attributes, make it the default. #38

Closed ptal closed 9 years ago

ptal commented 9 years ago

We drop support for the automatic AST generation (for now), so the variant New doesn't make sense anymore since we are not generating types anymore.