mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Issue #18, but syntax is: foreach (variable) => (expression) {...}.
This commit is contained in:
@@ -47,7 +47,8 @@ var keywords = []string{
|
||||
"catch",
|
||||
"exitwith",
|
||||
"waituntil",
|
||||
"code"}
|
||||
"code",
|
||||
"in"}
|
||||
|
||||
var whitespace = []byte{' ', '\n', '\t', '\r'}
|
||||
var identifier = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"
|
||||
|
||||
Reference in New Issue
Block a user