Add element-based Python scanner/parser in root of repository which builds AST direct...
authorNick Downing <nick@ndcode.org>
Sun, 20 Jan 2019 09:30:15 +0000 (20:30 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 20 Jan 2019 09:30:15 +0000 (20:30 +1100)
commit46b37fc2945893bdef28490e9f2fd4af1b2bf185
treecb1873717d7f7aa60668ebc28acc612da4123424
parent82e154fbc877a7acbb4838163cb418307e7b4f64
Add element-based Python scanner/parser in root of repository which builds AST directly, and n.sh test script to check same result as bootstrap/ scanner/parser
.gitignore
Makefile [new file with mode: 0644]
markup.py [new file with mode: 0755]
n.sh [new file with mode: 0755]
parse.y [new file with mode: 0644]
reserialize.py [new file with mode: 0755]
scan.l [new file with mode: 0644]
state.py [new file with mode: 0644]