chomchom 0.2.1

A simple parser generator for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# 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