Skip to content

Support for nested array expressions (#616)#617

Draft
phobos2077 wants to merge 1 commit intomasterfrom
feature/nested-array-expressions
Draft

Support for nested array expressions (#616)#617
phobos2077 wants to merge 1 commit intomasterfrom
feature/nested-array-expressions

Conversation

@phobos2077
Copy link
Collaborator

@phobos2077 phobos2077 commented Feb 26, 2026

  • Doesn't require any new opcode
  • temp_array is repurposed as sub-expression terminator
  • Accompanied by sslc update
  • Backwards compatible with old scripts using single-layer expressions

Probably needs some more testing.
Unsure if it is better to actually add a new opcode or use flags-based hack like this.

- Doesn't require any new opcode
- temp_array is repurposed as sub-expression terminator
- Accompanied by sslc update
- Backwards compatible with old scripts using single-layer expressions
@phobos2077 phobos2077 changed the title Support for nested expressions (#616) Support for nested array expressions (#616) Feb 26, 2026
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