Skip to content

Add support for nested array literals and indexing in parser#6

Merged
shubhiscoding merged 2 commits intomainfrom
fix/nested-arrays
Mar 29, 2026
Merged

Add support for nested array literals and indexing in parser#6
shubhiscoding merged 2 commits intomainfrom
fix/nested-arrays

Conversation

@shubhiscoding
Copy link
Copy Markdown
Owner

now supports:

let x = [10, [3, [6, 11]], 5];
print x[1][1][0];

@shubhiscoding shubhiscoding merged commit 77ed35d into main Mar 29, 2026
1 check passed
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