ptal / oak

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

Do not generate functions that only forward the call (notably parser alias) #57

Closed ptal closed 8 years ago

ptal commented 9 years ago

For the moment a lot of function just forwarding the call to another function are generated. It complexifies the code generated when we want to read it but it does not impact performances.