Reorganized file structure
This commit is contained in:
6
src/build/token/Keywords.go
Normal file
6
src/build/token/Keywords.go
Normal file
@ -0,0 +1,6 @@
|
||||
package token
|
||||
|
||||
// Keywords defines the keywords used in the language.
|
||||
var Keywords = map[string]bool{
|
||||
"return": true,
|
||||
}
|
Reference in New Issue
Block a user