Change group_bounds per-production field of LR1 and LR1DFA to generic ref_data, comme...
authorNick Downing <downing.nick@gmail.com>
Wed, 18 Jul 2018 05:31:55 +0000 (15:31 +1000)
committerNick Downing <downing.nick@gmail.com>
Wed, 18 Jul 2018 05:31:55 +0000 (15:31 +1000)
commita7d34836387662d3066f4750aa5157e0d7aa0859
treebf3a8c7feb730595cc86f7decdbe3003596c10b4
parente9289363c661b2be43452632d04e60e24bde60eb
Change group_bounds per-production field of LR1 and LR1DFA to generic ref_data, comment out the parser code which treats it as group_bounds for now, and use ref_data field to hold PYACC.BracedCode to execute when the production is reduced
ast.py
bison_lr1dfa.py
lr1.py
lr1dfa.py