| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: add test cases for empty table pattern matchingfeature/ast-node-end-position | Li Jin | 2026-03-26 | 1 | -0/+83 |
| | | | | | | | | | | | - Test [] pattern matches tables with #x == 0 - Test {} pattern matches tables with next(x) == nil - Test distinguishing between [] and {} patterns - Test empty patterns with then syntax - Test empty patterns with multiple when branches Related to #249 | ||||
| * | Updated tests. | Li Jin | 2026-01-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed compiler improvements and added comprehensive test suite | Li Jin | 2026-01-26 | 1 | -0/+267 |
| - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
