You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 regularfor
statement[ ] write test cases
The text was updated successfully, but these errors were encountered: