Rework token numbering so that the LR1DFA is generated using the internal numbering...
authorNick Downing <downing.nick@gmail.com>
Tue, 17 Jul 2018 06:55:02 +0000 (16:55 +1000)
committerNick Downing <downing.nick@gmail.com>
Tue, 17 Jul 2018 06:55:02 +0000 (16:55 +1000)
commit8494a18d4bdf9795cd8abe2e79a94f10bfb736a3
treea3c66eae71eb5bd3751807f405d3bf3240216765
parentc78a6587728b010dfa5e8a4c44e279b4a7e56fa3
Rework token numbering so that the LR1DFA is generated using the internal numbering for the terminals, and characters/user token numbers are supported properly
ast.py
bison_lr1dfa.py