# Chomchom
Chomchom is a tool, that converts EBNF notation to notation used by [this tool](https://pages.fit.cvut.cz/peckato1/parsingtbl/).
Longterm goal is to make a Rust LL(1) parser generator.
# Usage
`cargo run < file`
you have to then find the first rule and move it to the top manualy