Avoid use of the Grammar and Grammar.Production objects, instead merge Grammar logic...
authorNick Downing <downing.nick@gmail.com>
Tue, 17 Jul 2018 13:31:06 +0000 (23:31 +1000)
committerNick Downing <downing.nick@gmail.com>
Tue, 17 Jul 2018 13:31:06 +0000 (23:31 +1000)
commite9289363c661b2be43452632d04e60e24bde60eb
treec36a9ec024b075eb2fb819e35ea76aa03ac82825
parent8494a18d4bdf9795cd8abe2e79a94f10bfb736a3
Avoid use of the Grammar and Grammar.Production objects, instead merge Grammar logic directly into the PYACC object and rename Section2.Rules.RHS to Production
ast.py
bison_lr1dfa.py