Parser patch from Christian
This commit is contained in:
parent
bb86ba6ad0
commit
1401d03d62
@ -591,7 +591,11 @@ assignment:
|
|||||||
in {region; value}}
|
in {region; value}}
|
||||||
|
|
||||||
rhs:
|
rhs:
|
||||||
expr { Expr $1 }
|
expr {
|
||||||
|
match $1 with
|
||||||
|
EConstr (NoneExpr e) -> (NoneExpr e : rhs)
|
||||||
|
| e -> Expr e
|
||||||
|
}
|
||||||
|
|
||||||
lhs:
|
lhs:
|
||||||
path { Path $1 }
|
path { Path $1 }
|
||||||
|
Loading…
Reference in New Issue
Block a user