Implement pyacc.symbols instead of pyacc.(non)terminals, combine PYACC.Terminal and...
authorNick Downing <downing.nick@gmail.com>
Sat, 28 Jul 2018 00:30:29 +0000 (10:30 +1000)
committerNick Downing <downing.nick@gmail.com>
Sat, 28 Jul 2018 02:18:21 +0000 (12:18 +1000)
commit48efcdcd67798362b2bb05d0cffefa0d887674a5
treef2454f67cdf0a82526cac3148ab55f87117a0185
parent3c4fe196377443e706ff7b7ce66ffa54cd635bcf
Implement pyacc.symbols instead of pyacc.(non)terminals, combine PYACC.Terminal and PYACC.Nonterminal into PYACC.Symbol with a _type field to say whether terminal or nonterminal, make the external interface with bison_lr1dfa.py use these
ast.py
bison_lr1dfa.py