1 2 3 4
# gen_grammar (ast2rust using tokay.tok to generate parser.rs) This is a little tooling to generate the file `../parser.rs` from `../tokay.tok` using Tokay itself. Only some help of awk and a Makefile is used to quickly get this thing up.