Reasonable first cut at adding XML markup around bison tokens and grammar rules
authorNick Downing <downing.nick@gmail.com>
Thu, 14 Jun 2018 23:54:18 +0000 (09:54 +1000)
committerNick Downing <downing.nick@gmail.com>
Thu, 14 Jun 2018 23:54:18 +0000 (09:54 +1000)
commit56cf851059a175d937517e99194a8a0c9a9809f2
treef4d4e9a9e68b021eb829ed45ae3b1888b4344d82
parentc3141c678541c1ba81fdb3a1b01ae137a3a442cc
Reasonable first cut at adding XML markup around bison tokens and grammar rules
13 files changed:
.gitignore [new file with mode: 0644]
Makefile.patch [new file with mode: 0644]
n.sh [new file with mode: 0755]
src/parse-gram.c
src/parse-gram.c.patch [new file with mode: 0644]
src/parse-gram.h
src/parse-gram.y
src/reader.c
src/scan-code.c
src/scan-gram.c
src/scan-gram.c.patch [new file with mode: 0644]
src/scan-gram.l
src/scan-skel.c