Added short form for variable definitions

This commit is contained in:
2024-06-14 18:03:54 +02:00
parent 6de8ac7b9f
commit 65791ea5a1
6 changed files with 76 additions and 33 deletions

View File

@ -2,6 +2,5 @@ package token
// Keywords defines the keywords used in the language.
var Keywords = map[string]bool{
"let": true,
"return": true,
}