Implemented numeric constants
This commit is contained in:
@ -2,5 +2,6 @@ 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