Implement BOL detection in Python skeleton (for ^ operator) and various other functio...
authorNick Downing <nick@ndcode.org>
Mon, 14 Jan 2019 01:24:19 +0000 (12:24 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 14 Jan 2019 01:24:19 +0000 (12:24 +1100)
commitcf51a4547915eadf7e2dad705125c9ac72c668e8
tree6e5f3bde6adaebff06fce1539adf3f3481dc9db7
parente7d59bcf0846db32273d790c1e98f3c3671abdfb
Implement BOL detection in Python skeleton (for ^ operator) and various other functions such as BEGIN() similar to the C macros, reinstate generate_flex.py flex scanner generation which was broken since user-defined groups were implemented
dfa.py
element.py
generate_flex.py
skel/skel_py.py
skel/skel_py_element.py
tests/Makefile
tests_ast/element.py