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

Milestone 2 for-loops #92

Open
wants to merge 1 commit into
base: 2022
Choose a base branch
from

Conversation

akchekur
Copy link

@akchekur akchekur commented Jun 2, 2022

Updated the design document, test file to include the implementation to support lists in for-loops.

Lists stored in variables, when used directly or when returned from function can now be iterated using loops. Tested the scenarios with int and bool types, continue and break statements.

Support to the lists basic functionality (as mentioned in the design file) is implemented as part of the milestone 2.

@akchekur akchekur changed the title Adding implementation to support lists in for-loops Milestone 2 for-loops (supporting lists - basic functionality) Jun 2, 2022
@akchekur akchekur changed the title Milestone 2 for-loops (supporting lists - basic functionality) Milestone 2 for-loops Jun 2, 2022
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 this pull request may close these issues.

1 participant