Fix grammar bugs, work on debugging harness.
This commit is contained in:
parent
797ec8cd76
commit
0fc04cf11e
3 changed files with 312 additions and 13 deletions
|
|
@ -1723,7 +1723,7 @@ class Grammar:
|
|||
|
||||
return grammar
|
||||
|
||||
def build_table(self, start: str, generator=GenerateLALR):
|
||||
def build_table(self, start: str, generator=GenerateLR1):
|
||||
"""Construct a parse table for this grammar, starting at the named
|
||||
nonterminal rule.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue