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

ForEach statement #113

Open
rbonifacio opened this issue Jun 23, 2022 · 0 comments
Open

ForEach statement #113

rbonifacio opened this issue Jun 23, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rbonifacio
Copy link
Contributor

rbonifacio commented Jun 23, 2022

We should implement a foreach statement to iterate over the elements of an array. Some tasks that are necessary:

[ ] review the grammar to support the foreach statement
[ ] review the Scala parser to support the foreach statement
[ ] review the CoreTransformer, to translate the foreach statement into a regular for statement
[ ] write test cases

@rbonifacio rbonifacio added enhancement New feature or request good first issue Good for newcomers labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant