ptal / oak

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

Load grammar from external file #82

Open ptal opened 8 years ago

ptal commented 8 years ago

This is done in kevinmehall/rust-peg and I like the idea a lot! See https://github.com/kevinmehall/rust-peg/blob/master/src/peg_syntax_ext.rs