Add do
and import
reserved words
This commit is contained in:
parent
4edfbcb04d
commit
3357248b3c
|
@ -11,10 +11,12 @@
|
|||
{
|
||||
"as" ::token/as
|
||||
"cond" ::token/cond
|
||||
"do" ::token/do
|
||||
"else" ::token/else
|
||||
"false" ::token/false
|
||||
"fn" ::token/fn
|
||||
"if" ::token/if
|
||||
"import" ::token/import
|
||||
"let" ::token/let
|
||||
"match" ::token/match
|
||||
"mut" ::token/mut
|
||||
|
|
Loading…
Reference in New Issue
Block a user