| 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 | -1/+244 |
| | | | | | | | | | | | - 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 | ||||
| * | feat: add m_end position to AST nodes | Li Jin | 2026-03-26 | 2 | -1/+88 |
| | | | | | | | | | | - Add end line and column (m_end.m_line, m_end.m_col) to AST output - New AST format: [name, begin_line, begin_col, end_line, end_col, ...children] - Update format_spec.yue to normalize end positions for comparison - Add ast_spec.yue tests for AST end position feature Closes #251 | ||||
| * | Cleaned up and fixed more comment reserving codes.v0.33.4 | Li Jin | 2026-02-24 | 4 | -7/+7 |
| | | |||||
| * | Add test suite for reserve comments feature | Li Jin | 2026-02-20 | 1 | -0/+471 |
| | | | | | | | | | - Add assert_output_not_contains helper function for negative assertions - Add reserve_comments_spec test with Yue and Lua files - Integrate new test suite into run_all_tests.sh Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | ||||
| * | Added more tests. | Li Jin | 2026-02-12 | 2 | -3/+56 |
| | | |||||
| * | More test cases. | Li Jin | 2026-02-12 | 1 | -0/+1697 |
| | | |||||
| * | Fixed issues. | Li Jin | 2026-02-11 | 1 | -10/+6 |
| | | |||||
| * | Supported multiple break values. Simplified some generated codes. | Li Jin | 2026-02-11 | 3 | -74/+40 |
| | | |||||
| * | Fixed docs. | Li Jin | 2026-02-06 | 1 | -1/+1 |
| | | |||||
| * | Added more tests. | Li Jin | 2026-01-30 | 8 | -0/+580 |
| | | |||||
| * | Added more format function specs. | Li Jin | 2026-01-29 | 1 | -16/+59 |
| | | |||||
| * | Fixed Windows build. | Li Jin | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed compiler issues and added 800+ test cases. | Li Jin | 2026-01-28 | 21 | -141/+3576 |
| | | |||||
| * | Add compiler improvements and comprehensive test suitecompiler-improvements | Li Jin | 2026-01-27 | 10 | -0/+1779 |
| | | | | | | | | | - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | ||||
| * | Updated tests. | Li Jin | 2026-01-26 | 18 | -7/+3197 |
| | | |||||
| * | Adding tests. | Li Jin | 2026-01-22 | 6 | -1/+126 |
| | | |||||
| * | Update.v0.32.3 | Li Jin | 2026-01-21 | 1 | -0/+1 |
| | | |||||
| * | Updated reserved comments function.v0.30.1 | Li Jin | 2025-12-04 | 1 | -1/+1 |
| | | |||||
| * | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -9/+7 |
| | | |||||
| * | more test cases.v0.23.0 | Li Jin | 2024-03-19 | 1 | -0/+1 |
| | | |||||
| * | add yue.format() function. fix yue ast to code function issues. | Li Jin | 2023-12-13 | 1 | -0/+133 |
| | | |||||
| * | fix issue #114. | Li Jin | 2022-11-09 | 1 | -1/+185 |
| | | |||||
| * | fix issue #81, refactor continue with gotos. | Li Jin | 2022-09-30 | 1 | -34/+17 |
| | | |||||
| * | fix readme. | Li Jin | 2022-09-13 | 1 | -1/+31 |
| | | |||||
| * | adding test cases. | Li Jin | 2022-07-27 | 1 | -0/+36 |
| | | |||||
| * | add favicon and tests.v0.10.23 | Li Jin | 2022-05-24 | 2 | -0/+1707 |
