Array and Table Literal Expressions for Kym #11
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "array-table-literal-expressions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds support for array and table literals within the Kym expression parser.
This also makes sweeping architectural changes to how the AST allocates, opting for an arena-style allocate-and-forget then free-at-end strategy to reduce the amount of error handling required and subsequently simplifying code readability and maintainability.
WIP: Array and Table Literal Expressions for Kymto Array and Table Literal Expressions for Kym