Added short form for variable definitions
This commit is contained in:
@ -2,6 +2,5 @@ package token
|
||||
|
||||
// Keywords defines the keywords used in the language.
|
||||
var Keywords = map[string]bool{
|
||||
"let": true,
|
||||
"return": true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user