summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nick Downing [Sat, 23 Jun 2018 00:58:16 +0000 (10:58 +1000)]
Modify so that the scanner inserts the <SectN>...</SectN> markup, make sect 3 have proper markup, and update the markup system from latest bootstrap_bison.git
Nick Downing [Thu, 21 Jun 2018 14:43:43 +0000 (00:43 +1000)]
Fix a bug of including extra yytext after isolated action (blank/comment line)
Nick Downing [Thu, 21 Jun 2018 13:31:16 +0000 (23:31 +1000)]
Fix a bug in code that executes when <token value="NNN">...</token> is disabled
Nick Downing [Tue, 12 Jun 2018 11:23:54 +0000 (21:23 +1000)]
Add a forgotten section of src/Makefile.patch
Nick Downing [Tue, 12 Jun 2018 10:13:12 +0000 (20:13 +1000)]
First cut at modified flex that operates normally but also writes a scanned, parsed and marked up version of the input file to stderr in XML format (had to run autogen.sh for some reason so the configure, Makefile.in etc have also changed)
Nick Downing [Tue, 12 Jun 2018 06:50:28 +0000 (16:50 +1000)]
Implement ./n.sh instead of ./configure which will auto-patch src/Makefile
Nick Downing [Tue, 12 Jun 2018 05:46:55 +0000 (15:46 +1000)]
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
Nick Downing [Tue, 12 Jun 2018 01:17:38 +0000 (11:17 +1000)]
Make it add markup around code: <CodeBlock>, <Action> and <PercentBraceAction>
Nick Downing [Tue, 12 Jun 2018 00:29:05 +0000 (10:29 +1000)]
Modified flex-2.6.4 to output XML to stderr showing token values and boundaries
Nick Downing [Mon, 11 Jun 2018 22:24:57 +0000 (08:24 +1000)]
Pristine copy of flex-2.6.4