tokay 0.6.3

Tokay is a programming language designed for ad-hoc parsing.
Documentation
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.