summaryrefslogtreecommitdiff
path: root/src/bnf.bnf
AgeCommit message (Collapse)Author
2022-02-08fix errorsHEADmasterJSDurand
There are multiple subtle errors in the previous version, both in the codes and in the description of the BNF format. This version should fix some problems now. This version can successfully parse the grammar of its own grammar format, which is quite nice. See test/check_reader.c for parsing this format.
2022-01-28BSRJSDurand
A prototype of BSR is roughly finished.
2022-01-21temporary save pointJSDurand
Just to save some work.