Combine PYACC.TerminalRef and PYACC.NonterminalRef into PYACC.SymbolRef (relying...
authorNick Downing <downing.nick@gmail.com>
Sun, 29 Jul 2018 00:09:07 +0000 (10:09 +1000)
committerNick Downing <downing.nick@gmail.com>
Sun, 29 Jul 2018 00:09:07 +0000 (10:09 +1000)
commitf38b132c6511ff0f0890ed15ed3b011a4e35d269
tree182fedc47154f7fa80d841c7d8f24594722202e7
parentb68bede70ef21232e4deea88f1f1e05e4d5c3c1a
Combine PYACC.TerminalRef and PYACC.NonterminalRef into PYACC.SymbolRef (relying on information passed in from the surrounding context to set the symbol type)
src/parse-gram.c
src/parse-gram.h
src/parse-gram.y