Removed "in" keyword from tokenizer. Updated readme.

This commit is contained in:
Marvin Blum
2015-11-03 13:28:00 +01:00
parent 0ca6566454
commit 2bc11fb125
2 changed files with 8 additions and 7 deletions

View File

@@ -49,8 +49,7 @@ var keywords = []string{
"catch",
"exitwith",
"waituntil",
"code",
"in"}
"code"}
var whitespace = []byte{' ', '\n', '\t', '\r'}
var identifier = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"