Add element-based Python scanner/parser in root of repository which builds AST direct...
authorNick Downing <nick@ndcode.org>
Mon, 21 Jan 2019 01:24:45 +0000 (12:24 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 21 Jan 2019 01:24:45 +0000 (12:24 +1100)
commit2870cf8291ec57bfe7e539914c62c01ad627aa45
treee79d6d1d0d153c4674afc97380811533a54b4322
parentdb94352646630196a28593ca577d0c6cef23ef36
Add element-based Python scanner/parser in root of repository which builds AST directly (but for now, only scan-code.l builds AST directly, then converts back to text), and n.sh test script to check same result as bootstrap/ scanner/parser
.gitignore
Makefile [new file with mode: 0644]
bootstrap/parse-gram.y
markup.py [new file with mode: 0755]
n.sh [new file with mode: 0755]
parse-gram.y [new file with mode: 0644]
reserialize.py [new file with mode: 0755]
scan-code.l [new file with mode: 0644]
scan-gram.l [new file with mode: 0644]
state.py [new file with mode: 0644]