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

Nested For Loops #2

Open
Trevin-Small opened this issue Mar 7, 2022 · 0 comments
Open

Nested For Loops #2

Trevin-Small opened this issue Mar 7, 2022 · 0 comments

Comments

@Trevin-Small
Copy link
Owner

Trevin-Small commented Mar 7, 2022

Because of the way Bologna Currently interprets for loops linearly, as well as the lack of a recursive implementation of the for_loop() function, nested for loops are not supported.

TODO:

  1. Rewrite for_loop() to work in a recursive manner
  2. Change loop processing so as to support a loop inside a loop without throwing syntax errors
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

No branches or pull requests

1 participant