-
Notifications
You must be signed in to change notification settings - Fork 48
feat: native for loop #267
Copy link
Copy link
Open
Description
Implement compiling this block:
Maybe with procedurally generated index variable (similar to function call variables). This would improve the programming experience and would save unnecessary blocks in ambitious projects.
Possible additional features:
- Custom index range - compile every use of the index variable to map to the index range.
Or procedurally generate another index variable that maps to the range.
- Pythonic list iteration

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels