Skip to content
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

Repeat until #15

Merged
merged 12 commits into from
Aug 22, 2016
Merged

Repeat until #15

merged 12 commits into from
Aug 22, 2016

Conversation

GreyCat
Copy link
Member

@GreyCat GreyCat commented Aug 19, 2016

Implemented repeat-until support, as specified in issue #18.

The only difference I made is that I've chosen _ to designate iterator variable. This way it won't clash with any other "legitimate" field names (i.e. value), and, besides, many languages already use _ for the purpose of anonymous iteration parameter (i.e. Perl uses $_, Scala uses _, Java 9 will use _).

Looking for review, comments, etc.

@GreyCat
Copy link
Member Author

GreyCat commented Aug 22, 2016

Well, nobody said anything, so I'm merging it in.

@GreyCat GreyCat merged commit 51170ac into master Aug 22, 2016
@GreyCat GreyCat deleted the repeat_until branch August 22, 2016 17:11
@LogicAndTrick
Copy link
Contributor

Apologies, I haven't had much free time recently. Thanks for adding this change - the code looks good, but I haven't had the time to test it out yet.

@GreyCat
Copy link
Member Author

GreyCat commented Aug 23, 2016

No worries, it's not like a very major change or anything. Still need more tests for iterator var being a complex structure, or structure-in-structure access, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants