Array and Table Literal Expressions for Kym #11
Loading…
x
Reference in New Issue
Block a user
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