Fix a bug that parser treated var as 0-ary function
This commit is contained in:
parent
d6f31ccde0
commit
d30b1de271
1 changed files with 1 additions and 1 deletions
|
@ -146,8 +146,8 @@ let rec expr pre seq =
|
|||
level;
|
||||
assoc;
|
||||
let_value;
|
||||
apply;
|
||||
(either unary value) @> binop pre;
|
||||
apply;
|
||||
]
|
||||
|
||||
(* level := "level" {"get" | "set"} [op] *)
|
||||
|
|
Loading…
Add table
Reference in a new issue