Chomchom is a tool, that converts EBNF notation to notation used by this tool.
Longterm goal is to make a Rust LL(1) parser generator.
cargo run < file
you have to then find the first rule and move it to the top manualy
Chomchom is a tool, that converts EBNF notation to notation used by this tool.
Longterm goal is to make a Rust LL(1) parser generator.
cargo run < file
you have to then find the first rule and move it to the top manualy