Compare commits

...

2 Commits

Author SHA1 Message Date
Scott Richmond
c0ace398ee add .gitignore 2024-06-20 10:40:06 -04:00
Scott Richmond
262aa0edf3 ref -> box 2024-06-20 10:39:49 -04:00
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

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