mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Removed "in" keyword from tokenizer. Updated readme.
This commit is contained in:
@@ -49,8 +49,7 @@ var keywords = []string{
|
||||
"catch",
|
||||
"exitwith",
|
||||
"waituntil",
|
||||
"code",
|
||||
"in"}
|
||||
"code"}
|
||||
|
||||
var whitespace = []byte{' ', '\n', '\t', '\r'}
|
||||
var identifier = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"
|
||||
|
||||
Reference in New Issue
Block a user