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

list comprehension does not compile #27

Closed
MeAmAnUsername opened this issue Jun 29, 2020 · 3 comments
Closed

list comprehension does not compile #27

MeAmAnUsername opened this issue Jun 29, 2020 · 3 comments
Assignees
Labels
Component: code generation Something that concerns the generated code Priority: high Status: done Type: bug Something isn't working

Comments

@MeAmAnUsername
Copy link
Owner

func example() -> int* = [x + 1 | x <- [1, 2, 3]]

@MeAmAnUsername MeAmAnUsername added Type: bug Something isn't working Status: specified Enhancement that is ready to implement Component: code generation Something that concerns the generated code Priority: high labels Jun 29, 2020
@MeAmAnUsername MeAmAnUsername self-assigned this Jun 29, 2020
@MeAmAnUsername MeAmAnUsername added Status: blocked Status: implemented and removed Status: specified Enhancement that is ready to implement labels Jun 30, 2020
@MeAmAnUsername
Copy link
Owner Author

MeAmAnUsername commented Jun 30, 2020

Implementation finished on <branch not pushed yet>. Blocked by failing test due to issue with string interpolation. Fixed in pie-dsl-string-syntax-spoofax-error but seems like those changes were lost in pie-dsl

@MeAmAnUsername
Copy link
Owner Author

PR for strings: metaborg#10. This issues is no longer blocked.

@MeAmAnUsername
Copy link
Owner Author

PR open: metaborg#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: code generation Something that concerns the generated code Priority: high Status: done Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant