Rework how tag/symbol lists from the parser are handled, collect precedence and assoc...
authorNick Downing <downing.nick@gmail.com>
Tue, 17 Jul 2018 02:14:50 +0000 (12:14 +1000)
committerNick Downing <downing.nick@gmail.com>
Tue, 17 Jul 2018 02:14:50 +0000 (12:14 +1000)
commitc78a6587728b010dfa5e8a4c44e279b4a7e56fa3
treea26c0e74439d48759753c7cb3bdebcf5f19277ce
parent1309c7aa2922769d9a1459fa9d0d4301a60d1c02
Rework how tag/symbol lists from the parser are handled, collect precedence and associativity data per symbol, create explicit terminal symbols for characters (to hold the precedence and associativity), currently leaves gaps in numbering
ast.py
bison_lr1dfa.py