| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed issue #246.v0.33.5 | Li Jin | 2026-02-24 | 8 | -15/+45 |
| | | |||||
| * | Updated README.md and CHANGELOG.md. [skip CI] | Li Jin | 2026-02-24 | 2 | -38/+346 |
| | | |||||
| * | Updated docs. [skip CI] | Li Jin | 2026-02-24 | 20 | -268/+276 |
| | | |||||
| * | Cleaned up and fixed more comment reserving codes.v0.33.4 | Li Jin | 2026-02-24 | 21 | -123/+330 |
| | | |||||
| * | Fixed issue #245. | Li Jin | 2026-02-24 | 3 | -11/+9 |
| | | |||||
| * | Updated all-in-one docs.v0.33.2 | Li Jin | 2026-02-24 | 7 | -12475/+15 |
| | | |||||
| * | Revert zh text to previous version | Dania Rifki | 2026-02-24 | 1 | -1/+1 |
| | | |||||
| * | fix: update table literals examples to use curly braces instead of square ↵ | Dania Rifki | 2026-02-24 | 5 | -15/+15 |
| | | | | | | | brackets Also rewrote the final paragraph | ||||
| * | Fixed comma position in class members with line number comments. Fixed issue ↵ | Li Jin | 2026-02-24 | 3 | -41/+47 |
| | | | | | #240. | ||||
| * | bugfix: insert comma before eol comment when line numbers on | chrsm | 2026-02-23 | 1 | -1/+6 |
| | | |||||
| * | FIx slug (stale branch issue) | Dania Rifki | 2026-02-23 | 6 | -8/+17 |
| | | |||||
| * | Clickable hero image on homepage to navigate to the mascot reference page. | Dania Rifki | 2026-02-23 | 6 | -3/+38 |
| | | |||||
| * | Correct reference -> extras documentation slug | Dania Rifki | 2026-02-22 | 11 | -2/+2 |
| | | |||||
| * | Updated doc. [skip CI] | Li Jin | 2026-02-22 | 5 | -4/+4 |
| | | |||||
| * | Fixed some scripts.v0.33.1 | Li Jin | 2026-02-22 | 5 | -10/+88 |
| | | | | | Fix. | ||||
| * | Updated .gitattributes. [skip CI] | Li Jin | 2026-02-22 | 1 | -0/+3 |
| | | |||||
| * | Cleanup. | Li Jin | 2026-02-22 | 5 | -32/+97 |
| | | |||||
| * | format with prettier | Dania Rifki | 2026-02-21 | 3 | -3/+5 |
| | | |||||
| * | Add Mascot to documentation | Dania Rifki | 2026-02-21 | 17 | -17/+238 |
| | | | | | And minor tweaks to documentation structure | ||||
| * | Cleanup. | Li Jin | 2026-02-21 | 1 | -471/+0 |
| | | |||||
| * | Merge branch 'feature/reserve-comments-tests' into ↵ | Li Jin | 2026-02-20 | 6 | -0/+1572 |
| |\ | | | | | | | codex/remove-line-number-comments-from-empty-lines | ||||
| | * | Add test suite for reserve comments feature | Li Jin | 2026-02-20 | 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> | ||||
| * | | Skip line-number comments on empty lines in table/class blockscodex/remove-line-number-comments-from-empty-lines | Li Jin | 2026-02-20 | 2 | -0/+24 |
| |/ | |||||
| * | Emit single blank line for ClassBlock EmptyLine | Li Jin | 2026-02-20 | 1 | -3/+1 |
| | | |||||
| * | Preserve multi-empty lines in ClassBlock comments output | Li Jin | 2026-02-20 | 1 | -1/+3 |
| | | |||||
| * | Fix ClassBlock comment placement in generated Lua | Li Jin | 2026-02-20 | 1 | -26/+38 |
| | | |||||
| * | Fix ClassBlock parsing to keep comment lines | Li Jin | 2026-02-20 | 1 | -2/+2 |
| | | |||||
| * | Emit class body comments in reserve-comment mode | Li Jin | 2026-02-20 | 1 | -0/+10 |
| | | |||||
| * | Support comments and empty lines in class blockscodex/add-blank-line-handling-to-classblock | Li Jin | 2026-02-20 | 4 | -7/+20 |
| | | |||||
| * | Preserve blank lines between table comments with reserve-comments | Li Jin | 2026-02-19 | 3 | -4/+13 |
| | | |||||
| * | Fix reserve comment parsing for table block comment lines | Li Jin | 2026-02-19 | 1 | -3/+4 |
| | | |||||
| * | Respect reserve comments in spread table/tableblock compilation | Li Jin | 2026-02-19 | 1 | -0/+13 |
| | | |||||
| * | Fix TableBlock indentation parsing after make gen | Li Jin | 2026-02-19 | 1 | -2/+2 |
| | | |||||
| * | feat(parser): preserve TableBlock comment lines in AST | Li Jin | 2026-02-19 | 3 | -9/+14 |
| | | |||||
| * | Bump version to 0.33.1 | Li Jin | 2026-02-18 | 1 | -1/+1 |
| | | | | | Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | ||||
| * | Fix TableLit YueComment parsing with mixed-indent table linescodex/add-single-line-comments-support-to-ast | Li Jin | 2026-02-18 | 1 | -2/+6 |
| | | |||||
| * | Use YueComment node for TableLit comment preservation | Li Jin | 2026-02-18 | 4 | -19/+12 |
| | | |||||
| * | Fix TableLit AST string formatting for comments and empty lines | Li Jin | 2026-02-18 | 1 | -3/+18 |
| | | |||||
| * | Fix TableLit comment nodes under non-reserve comment mode | Li Jin | 2026-02-18 | 1 | -1/+14 |
| | | |||||
| * | Add TableLit AST support for empty lines and multiline comments | Li Jin | 2026-02-18 | 3 | -8/+24 |
| | | |||||
| * | Preserve TabLit single-line comments in AST | Li Jin | 2026-02-18 | 3 | -4/+14 |
| | | |||||
| * | Add goto statement documentation and tests | Li Jin | 2026-02-15 | 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> | ||||
| * | Cleanup. [skip CI] | Li Jin | 2026-02-13 | 10 | -0/+10 |
| | | |||||
| * | Fixed doc highlight issue. | Li Jin | 2026-02-12 | 4 | -176/+11 |
| | | |||||
| * | Again. [skip CI] | Li Jin | 2026-02-12 | 14 | -54/+171 |
| | | |||||
| * | Try a fix. [skip CI] | Li Jin | 2026-02-12 | 4 | -15/+50 |
| | | |||||
| * | Try fix doc css issue. [skip CI]v0.33.0 | Li Jin | 2026-02-12 | 3 | -6/+31 |
| | | |||||
| * | Update compile_doc command to include 'doc' argument | Li Jin | 2026-02-12 | 1 | -2/+2 |
| | | |||||
| * | Added the all-in-one doc. | Li Jin | 2026-02-12 | 13 | -10/+29573 |
| | | |||||
| * | Updated docs. | Li Jin | 2026-02-12 | 33 | -1327/+2386 |
| | | |||||
