-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quick maps makes later IN unrecognized #195
Comments
Ow. |
Note that you have no further problem with that because you didn't enabled quick-post- |
Yes, it's parsed differently from other loops, being a complement of the proposed E.g. you can directly dot-access it:
|
Yes, this is really nice. Thought I could go a bit further tho. for [0 1 2]
&*3
|> &length |
This can get pretty nasty, eg in this toml parser. |
Sorry about that. Will soon release 0.9.1 with the fix. |
coco -le "for a then b; a in b"
NEWLINE:\n ID:a THEN ID:b NEWLINE:; ID:a IN ID:b NEWLINE:\n
probably because @seenFor doesn't change
gkz/LiveScript#245
The text was updated successfully, but these errors were encountered: