Update reserved words list

This commit is contained in:
Scott Richmond 2022-05-17 17:30:33 -04:00
parent 5f51d362d9
commit 4c7ed5a8ef

View File

@ -16,24 +16,24 @@
"false" ::token/false ;; impl "false" ::token/false ;; impl
"fn" ::token/fn ;; impl "fn" ::token/fn ;; impl
"if" ::token/if ;; impl "if" ::token/if ;; impl
"import" ::token/import "import" ::token/import ;; impl
"let" ::token/let ;; impl "let" ::token/let ;; impl
"loop" ::token/loop
"match" ::token/match ;; impl "match" ::token/match ;; impl
"mut" ::token/mut
"nil" ::token/nil ;; impl "nil" ::token/nil ;; impl
"ns" ::token/ns ;; impl
"recur" ::token/recur
"ref" ::token/ref "ref" ::token/ref
"then" ::token/then ;; impl "then" ::token/then ;; impl
"true" ::token/true ;; impl "true" ::token/true ;; impl
"var" ::token/var
"with" ::token/with ;; impl "with" ::token/with ;; impl
;; below here, probable ;; below here, probable
"defer" ::token/defer "defer" ::token/defer
"gen" ::token/gen "gen" ::token/gen
"loop" ::token/loop "mut" ::token/mut
"ns" ::token/ns
"recur" ::token/recur
"repeat" ::token/repeat "repeat" ::token/repeat
"test" ::token/test "test" ::token/test
"var" ::token/var
"wait" ::token/wait "wait" ::token/wait
"yield" ::token/yield "yield" ::token/yield
;; below here, possible ;; below here, possible