perplex 0.4.1

A grammar analyzer and LR(k)/GLR parser generator.
Documentation
1
2
3
4
5
6
7
token x;
token y;
token z;

S { A y y; B y z; }
A { x x; }
B { x x; }