Combine PYACC.TerminalRef and PYACC.NonterminalRef into PYACC.SymbolRef (relying...
authorNick Downing <downing.nick@gmail.com>
Sun, 29 Jul 2018 00:09:17 +0000 (10:09 +1000)
committerNick Downing <downing.nick@gmail.com>
Sun, 29 Jul 2018 01:43:55 +0000 (11:43 +1000)
commitc95b2d730a1a9d4160fe984b642fc399fdbb37f4
treec420acd6276a64dd9b2c956ad93c5d47a1c49afd
parentc3389c42ac22102ce1cf9d4d515e9c1a5b22b7fd
Combine PYACC.TerminalRef and PYACC.NonterminalRef into PYACC.SymbolRef (relying on information passed in from the surrounding context to set the symbol type)
ast.py
bootstrap_pyacc.py