Make it buffer the pieces in memory (in a stack) and reduce it down to a single piece...
authorNick Downing <downing.nick@gmail.com>
Tue, 12 Jun 2018 05:46:55 +0000 (15:46 +1000)
committerNick Downing <downing.nick@gmail.com>
Tue, 12 Jun 2018 06:46:14 +0000 (16:46 +1000)
commit5682e0ac04b078890cfa24c45fc6e110bbddce67
treeb07ccbfdf5fab3ad83b3dc89bdb53c9038cff39d
parent101db5c7cc4efb7ca4c57713e748a6712c1adf64
Make it buffer the pieces in memory (in a stack) and reduce it down to a single piece in the parser stage, so that the parser stage can also insert XML tags
.gitignore [new file with mode: 0644]
src/main.c
src/parse.c
src/parse.c.patch [new file with mode: 0644]
src/parse.h
src/parse.y
src/scan.c
src/scan.c.patch
src/scan.l