ptal / oak

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

consider typed and untyped version of parse function #36

Closed ptal closed 9 years ago

ptal commented 9 years ago

The function that parses &expr has type (), however expr might have another type, we should create an untyped version of the function that parses expr.