Add Python version of bootstrap_flex.git parser (adds markup to *.l file), doesn...
authorNick Downing <nick@ndcode.org>
Mon, 14 Jan 2019 14:47:39 +0000 (01:47 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 14 Jan 2019 14:48:31 +0000 (01:48 +1100)
commit5fc2ace10bc53e8050ec2b029c73590c14b8c0a2
treee231782f0d30115cd12b3cc09534f510bfcfaf3e
parent5bb7f2cf427f220e9ce8673d5e81ad1461649b85
Add Python version of bootstrap_flex.git parser (adds markup to *.l file), doesn't work yet because Python parser is always batch, calls flexscan() too eagerly
.gitignore
bootstrap/Makefile
bootstrap/markup.py
bootstrap/parse.y [new file with mode: 0644]
bootstrap/scan.l
bootstrap/skel_lex_yy.py [moved from bootstrap/skel_py.py with 100% similarity]
bootstrap/skel_y_tab.py [new file with mode: 0644]
bootstrap/state.py [new file with mode: 0644]
bootstrap/y_tab.py [deleted file]