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

implement for comprehensions #99

Closed
johnynek opened this issue Oct 28, 2018 · 1 comment · Fixed by #174
Closed

implement for comprehensions #99

johnynek opened this issue Oct 28, 2018 · 1 comment · Fixed by #174

Comments

@johnynek
Copy link
Owner

Parsing is done, but we didn't yet actually support expanding for comprehensions out into Expr.

Should be pretty easy to implement a for comprehension as a call to map/filter/etc...

@johnynek
Copy link
Owner Author

related to #91

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

Successfully merging a pull request may close this issue.

1 participant