Skip to content

Commit cc2d2bf

Browse files
committed
Fix grammar shift/reduce conflict
1 parent eade584 commit cc2d2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zxbparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ def p_arguments_argument(p):
28032803

28042804

28052805
def p_argument(p):
2806-
""" argument : expr
2806+
""" argument : expr %prec ID
28072807
"""
28082808
p[0] = make_argument(p[1], p.lineno(1))
28092809

0 commit comments

Comments
 (0)