Skip to content

Commit

Permalink
Fix parsing?
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lindig <christian.lindig@cloud.com>
  • Loading branch information
Christian Lindig committed Jun 17, 2024
1 parent 4f13d78 commit 5b68218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let apply f args = match f, args with
%left PLUS MINUS /* lowest precedence */
%left TIMES DIV /* medium precedence */
%right CARET
%left ID
%right ID
%nonassoc LPAREN NUM UMINUS

%start main /* the entry point */
Expand Down

0 comments on commit 5b68218

Please sign in to comment.