Skip to content

Commit

Permalink
fix #47
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Nov 10, 2024
1 parent 487600b commit 57298bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hazel/Grammar.re
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ module Exp = {
),
//Comparison
p(~a=L, seq([exp, comp_op, exp])),
//Reverse-ap
p(~a=L, seq([exp, op("|>"), exp])),
//Math operations
p(~a=L, seq([exp, add_op, exp])),
p(~a=L, seq([exp, mult_op, exp])),
Expand Down

0 comments on commit 57298bb

Please sign in to comment.