chom-parser / chom

Multi-target parser generator written in Rust.
0 stars 0 forks source link

Bootstrapping. #7

Open timothee-haudebourg opened 3 years ago

timothee-haudebourg commented 3 years ago

For now, chom relies on a hand-written parser to parse the input grammar. It would be a great achievement to be able to actually use chom to formalize the input format and generate a parser for it. This may also be required to read the doc comments and close #6.