| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-22 | Updated .gitattributes. [skip CI] | Li Jin | 1 | -0/+3 | |
| 2026-02-22 | Cleanup. | Li Jin | 5 | -32/+97 | |
| 2026-02-21 | format with prettier | Dania Rifki | 3 | -3/+5 | |
| 2026-02-21 | Add Mascot to documentation | Dania Rifki | 17 | -17/+238 | |
| And minor tweaks to documentation structure | |||||
| 2026-02-21 | Cleanup. | Li Jin | 1 | -471/+0 | |
| 2026-02-20 | Skip line-number comments on empty lines in table/class blockscodex/remove-line-number-comments-from-empty-lines | Li Jin | 2 | -0/+24 | |
| 2026-02-20 | Add test suite for reserve comments feature | Li Jin | 6 | -0/+1572 | |
| - 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> | |||||
| 2026-02-20 | Emit single blank line for ClassBlock EmptyLine | Li Jin | 1 | -3/+1 | |
| 2026-02-20 | Preserve multi-empty lines in ClassBlock comments output | Li Jin | 1 | -1/+3 | |
| 2026-02-20 | Fix ClassBlock comment placement in generated Lua | Li Jin | 1 | -26/+38 | |
| 2026-02-20 | Fix ClassBlock parsing to keep comment lines | Li Jin | 1 | -2/+2 | |
| 2026-02-20 | Emit class body comments in reserve-comment mode | Li Jin | 1 | -0/+10 | |
| 2026-02-20 | Support comments and empty lines in class blockscodex/add-blank-line-handling-to-classblock | Li Jin | 4 | -7/+20 | |
| 2026-02-19 | Preserve blank lines between table comments with reserve-comments | Li Jin | 3 | -4/+13 | |
| 2026-02-19 | Fix reserve comment parsing for table block comment lines | Li Jin | 1 | -3/+4 | |
| 2026-02-19 | Respect reserve comments in spread table/tableblock compilation | Li Jin | 1 | -0/+13 | |
| 2026-02-19 | Fix TableBlock indentation parsing after make gen | Li Jin | 1 | -2/+2 | |
| 2026-02-19 | feat(parser): preserve TableBlock comment lines in AST | Li Jin | 3 | -9/+14 | |
| 2026-02-18 | Bump version to 0.33.1 | Li Jin | 1 | -1/+1 | |
| Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 2026-02-18 | Fix TableLit YueComment parsing with mixed-indent table linescodex/add-single-line-comments-support-to-ast | Li Jin | 1 | -2/+6 | |
| 2026-02-18 | Use YueComment node for TableLit comment preservation | Li Jin | 4 | -19/+12 | |
| 2026-02-18 | Fix TableLit AST string formatting for comments and empty lines | Li Jin | 1 | -3/+18 | |
| 2026-02-18 | Fix TableLit comment nodes under non-reserve comment mode | Li Jin | 1 | -1/+14 | |
| 2026-02-18 | Add TableLit AST support for empty lines and multiline comments | Li Jin | 3 | -8/+24 | |
| 2026-02-18 | Preserve TabLit single-line comments in AST | Li Jin | 3 | -4/+14 | |
| 2026-02-15 | Add goto statement documentation and tests | Li Jin | 23 | -13/+1735 | |
| - Added goto.md documentation files in all languages (en, de, zh, pt-br, id-id) - Updated conditionals.md to include goto statement references - Updated VitePress config to include new goto documentation pages - Updated makefile for goto documentation compilation - Added test outputs for goto examples in all languages - Updated yue.cpp core implementation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 2026-02-13 | Cleanup. [skip CI] | Li Jin | 10 | -0/+10 | |
| 2026-02-12 | Fixed doc highlight issue. | Li Jin | 4 | -176/+11 | |
| 2026-02-12 | Again. [skip CI] | Li Jin | 14 | -54/+171 | |
| 2026-02-12 | Try a fix. [skip CI] | Li Jin | 4 | -15/+50 | |
| 2026-02-12 | Try fix doc css issue. [skip CI]v0.33.0 | Li Jin | 3 | -6/+31 | |
| 2026-02-12 | Update compile_doc command to include 'doc' argument | Li Jin | 1 | -2/+2 | |
| 2026-02-12 | Added the all-in-one doc. | Li Jin | 13 | -10/+29573 | |
| 2026-02-12 | Updated docs. | Li Jin | 33 | -1327/+2386 | |
| 2026-02-12 | Fixed a format issue. | Li Jin | 2 | -2/+5 | |
| 2026-02-12 | Added more tests. | Li Jin | 5 | -9/+80 | |
| 2026-02-12 | More test cases. | Li Jin | 2 | -0/+2537 | |
| 2026-02-11 | Fixed issues. | Li Jin | 3 | -16/+11 | |
| 2026-02-11 | Supported multiple break values. Simplified some generated codes. | Li Jin | 15 | -295/+406 | |
| 2026-02-07 | Make font slightly smaller | Dania Rifki | 1 | -2/+2 | |
| 2026-02-07 | Format docs with prettier | Dania Rifki | 164 | -2403/+3767 | |
| Also adjust custom.css a little | |||||
| 2026-02-06 | Updated cli tests. [skip CI] | Li Jin | 1 | -8/+8 | |
| 2026-02-06 | test: improve CLI test summary table formatting | Li Jin | 1 | -30/+36 | |
| Optimize test results display for better readability: - Use ASCII box characters for better terminal compatibility - Improve column alignment and spacing - Remove redundant symbols in status column (PASS/FAIL only) - Left-align labels, right-align numbers in statistics table - Add color-coded pass rate (green 100%, yellow 80%+, red <80%) - Enhance final verdict section with indentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 2026-02-06 | test: enhance CLI test summary with detailed statistics | Li Jin | 1 | -9/+110 | |
| Improve test results display with: - Per-suite test case breakdown table - Overall statistics panel showing suite and case counts - Pass rate percentage calculation - Formatted borders and color-coded status indicators - Clear final verdict summary Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 2026-02-06 | test: add comprehensive CLI test suite | Li Jin | 8 | -0/+927 | |
| Add 56 test cases across 4 test suites to verify the yue command line tool functionality: - Basic options test: -h, --help, -v, --version flags - Compilation test: file/directory compilation with various options - Error handling test: syntax errors, file not found, edge cases - Execution test: -e option, script arguments, macros The test framework includes helper functions for assertions and test environment setup. All tests can be run via `bash spec/cli/run_all_tests.sh`. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 2026-02-06 | Updated docs.v0.32.9 | Li Jin | 109 | -3601/+3503 | |
| 2026-02-06 | Fixed docs. | Li Jin | 47 | -5553/+26587 | |
| 2026-02-06 | Rename licence-mit -> license-mit | Dania Rifki | 1 | -0/+0 | |
| 2026-02-06 | docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-support | Li Jin | 71 | -132/+11309 | |
| 2026-02-06 | refactor: Restructure VitePress sidebar into nested, collapsible categories ↵ | Dania Rifki | 1 | -122/+79 | |
| and update navigation link text. | |||||
