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 `Option<()>` to `bool` #51

Open ptal opened 9 years ago

ptal commented 9 years ago

We could probably insert semantic action to keep the core typing system simple. Also is it really wanted?