Add do
and import
reserved words
This commit is contained in:
parent
4edfbcb04d
commit
3357248b3c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user