Added a tokenizer
This commit is contained in:
parent
16690d390f
commit
21cf4b5c6d
7 changed files with 274 additions and 12 deletions
6
src/keywords/All.go
Normal file
6
src/keywords/All.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package keywords
|
||||
|
||||
// All defines the keywords used in the language.
|
||||
var All = map[string]bool{
|
||||
"return": true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue