Store nonterminal symbols in a separate array so that the position in this array...
authorNick Downing <downing.nick@gmail.com>
Wed, 4 Jul 2018 13:10:10 +0000 (23:10 +1000)
committerNick Downing <downing.nick@gmail.com>
Thu, 5 Jul 2018 01:28:09 +0000 (11:28 +1000)
commit0822b092d2c63eabff5a89bba3be4b00cd16f03c
tree6dcd2b47d2109a3ca4321ca51b3452241db1d240
parentbb27458bdeb1637282d4f1f29bfb601f9a94a159
Store nonterminal symbols in a separate array so that the position in this array gives a unique numeric index per nonterminal symbol, as opposed to the character_set which is non-unique as it refers to a set of indices in productions array
ast.py