First cut at automatic AST generation with piyacc.py --element switch
authorNick Downing <downing.nick@gmail.com>
Wed, 12 Sep 2018 13:02:02 +0000 (23:02 +1000)
committerNick Downing <downing.nick@gmail.com>
Wed, 12 Sep 2018 13:04:28 +0000 (23:04 +1000)
commitfb81063c49fbe2464f7e3644323652be2a7dfa44
treea704705f0bbc3540aedd61afd01d6ab198c956ac
parentca791aaa8e943a1ec4656a3d22b2c3ae585847b8
First cut at automatic AST generation with piyacc.py --element switch
.gitignore
generate_bison.py
generate_py.py
piyacc.py
skel/skel_py.py
skel/skel_py_element.py [new file with mode: 0644]
tests_ast/Makefile [new file with mode: 0644]
tests_ast/cal.py [new file with mode: 0755]
tests_ast/cal_py.l [new file with mode: 0644]
tests_ast/cal_py.y [new file with mode: 0644]
tests_ast/element.py [new file with mode: 0644]