ptal / oak

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

EDSL chapter in the manual #71

Open ptal opened 9 years ago

ptal commented 9 years ago

How to build an EDSL inside Rust and how to use Oak to achieve this goal easily. Could also include explanations for interacting with the Rust parser/lexer.