chomchom 0.2.2

A simple parser generator for Rust
Documentation

Chomchom

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.

Usage

cargo run < file

you have to then find the first rule and move it to the top manualy