Issue #18, but syntax is: foreach (variable) => (expression) {...}.

This commit is contained in:
Marvin Blum
2015-10-31 16:40:58 +01:00
parent 3ee9a310e8
commit 6c55846e9f
6 changed files with 14 additions and 6 deletions

View File

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