Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Fix grammar shift/reduce conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
boriel committed Apr 26, 2020
1 parent eade584 commit cc2d2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zxbparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ def p_arguments_argument(p):


def p_argument(p):
""" argument : expr
""" argument : expr %prec ID
"""
p[0] = make_argument(p[1], p.lineno(1))

Expand Down

0 comments on commit cc2d2bf

Please sign in to comment.