Compare commits
2 Commits
e098c75213
...
c0ace398ee
Author | SHA1 | Date | |
---|---|---|---|
|
c0ace398ee | ||
|
262aa0edf3 |
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
|
@ -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