Partially revert commit 8494a18, since the LR1DFA itself does not need the compressed...
authorNick Downing <downing.nick@gmail.com>
Wed, 18 Jul 2018 12:19:09 +0000 (22:19 +1000)
committerNick Downing <downing.nick@gmail.com>
Wed, 18 Jul 2018 12:19:09 +0000 (22:19 +1000)
commit069ea322b5479245a4bdcb846df3a80a26b619ff
treed5dc4de071b6d5d3b779afc801886a33fc42fb5a
parenta7d34836387662d3066f4750aa5157e0d7aa0859
Partially revert commit 8494a18, since the LR1DFA itself does not need the compressed token numbering by virtue of how it uses bisect maps (to support unicode)
ast.py
bison_lr1dfa.py