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