lr1!() { /* proc-macro */ }Expand description
Build a LR(1) Deterministic Finite Automaton (DFA) parser.
This macro will generate a Parser and Context structs.
lr1!() { /* proc-macro */ }Build a LR(1) Deterministic Finite Automaton (DFA) parser.
This macro will generate a Parser and Context structs.