Small tweak

This commit is contained in:
rocky
2017-12-01 04:54:59 -05:00
parent dd0fe36af0
commit edfedec65c

View File

@@ -182,8 +182,7 @@ class PythonParser(GenericASTBuilder):
def p_start(self, args):
'''
# The start or goal symbol
stmts ::= stmts sstmt
stmts ::= sstmt
stmts ::= sstmt+
'''
def p_call_stmt(self, args):