ptal / oak

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

Warning for unused semantics action #79

Closed ptal closed 3 years ago

ptal commented 8 years ago

Warn the user if a semantic action expression has the type () (and therefore will never be called).