Compare commits

..

No commits in common. "c0ace398eecf9007cb21888eddc15cffb3a5cc83" and "e098c7521344059e379f5ac2d154aceffbd5a702" have entirely different histories.

2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
.DS_Store

View File

@ -26,7 +26,7 @@ expression { non_binding | binding }
binding { Let | Ref | Fn_Named | Fn_Compound }
Ref { silent<"box"> Word "=" expression }
Ref { silent<"ref"> Word "=" expression }
non_binding { simple | complex }