aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/switch.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 defau...Li Jin2022-07-121-7/+257
* partially fix issue #69, fix a few case the generated code leaks some temp va...Li Jin2021-10-311-47/+63
* fix test.Li Jin2021-10-121-0/+71