Tidy up Python skeleton stack usage so there is only one dummy element, at the start...
authorNick Downing <nick@ndcode.org>
Sun, 3 Feb 2019 07:03:35 +0000 (18:03 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 3 Feb 2019 07:03:35 +0000 (18:03 +1100)
commit6b8bac877b5b4fdb045d7d08b481afbfeba3de00
tree81d94cff3774b59fc081e306e19af5caa1d9cedf
parent552a47c73de095e6f036048f02f983cf09f8c838
Tidy up Python skeleton stack usage so there is only one dummy element, at the start for Bison compatibility (so that default location can be taken from before start of file when first action is reducing an empty production), use this to remove the dummy element formerly placed at the end just before calling an action
piyacc.t
skel/skel_py.py
skel/skel_py_element.py
tests_ast/cal_py.y