ptal / oak

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

Automatic transformation of `Vec<()>` to `usize` #52

Open ptal opened 9 years ago

ptal commented 9 years ago

Idem than #51 but the generated code could be optimized by not constructing the vector and using just a counter. We need to architecture things to keep the core system simple. It needs more thinking.