Add do and import reserved words

This commit is contained in:
Scott Richmond 2022-02-21 14:54:14 -05:00
parent 4edfbcb04d
commit 3357248b3c

View File

@ -11,10 +11,12 @@
{ {
"as" ::token/as "as" ::token/as
"cond" ::token/cond "cond" ::token/cond
"do" ::token/do
"else" ::token/else "else" ::token/else
"false" ::token/false "false" ::token/false
"fn" ::token/fn "fn" ::token/fn
"if" ::token/if "if" ::token/if
"import" ::token/import
"let" ::token/let "let" ::token/let
"match" ::token/match "match" ::token/match
"mut" ::token/mut "mut" ::token/mut