ref -> box
This commit is contained in:
parent
e098c75213
commit
262aa0edf3
|
@ -26,7 +26,7 @@ expression { non_binding | binding }
|
||||||
|
|
||||||
binding { Let | Ref | Fn_Named | Fn_Compound }
|
binding { Let | Ref | Fn_Named | Fn_Compound }
|
||||||
|
|
||||||
Ref { silent<"ref"> Word "=" expression }
|
Ref { silent<"box"> Word "=" expression }
|
||||||
|
|
||||||
non_binding { simple | complex }
|
non_binding { simple | complex }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user