7 lines
121 B
Go

package token
// Keywords defines the keywords used in the language.
var Keywords = map[string]bool{
"return": true,
}