Based on Bradford J. Rodriguez's BNF parser.
Inspiration on updating from this.
- Support yacc like actions.
- Allow inline strings + chars.
- Something like kleene star/plus. (TODO)
- Nicer syntax. (TODO)
- Structure as library.
Based on Bradford J. Rodriguez's BNF parser.
Inspiration on updating from this.