aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/switch.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added more reversed index support for slice. [skip CI]Li Jin2025-06-041-2/+2
|
* Added new syntax.Li Jin2025-06-041-0/+50
| | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching.
* Added assignment expression for switch syntax.Li Jin2025-05-261-0/+71
|
* Updated.Li Jin2025-05-071-0/+241
|
* remove redundant 'do' blocks in code generation.Li Jin2024-03-211-219/+201
|
* fix table matching syntax in switch statement with list table.v0.20.4Li Jin2023-11-021-0/+35
|
* fixing Linux build.Li Jin2023-03-231-32/+32
|
* fix table pattern matching. confirm fixing issue #116.Li Jin2022-11-211-16/+32
|
* add spec.v0.13.6Li Jin2022-07-141-0/+28
|
* fix else clause issue in switch statement with table matching.Li Jin2022-07-141-2/+8
|
* add missing generated codes.Li Jin2022-07-141-0/+18
|
* fix table matching issue and update doc.Li Jin2022-07-141-16/+12
|
* add table pattern matching syntax and fix issue #93, remove a confusing ↵Li Jin2022-07-121-7/+257
| | | | default value syntax for destructuring.
* partially fix issue #69, fix a few case the generated code leaks some temp ↵Li Jin2021-10-311-47/+63
| | | | variables.
* fix test.Li Jin2021-10-121-0/+71