aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup.Li Jin3 days3-32/+25
* Skip line-number comments on empty lines in table/class blockscodex/remove-line-number-comments-from-empty-linesLi Jin4 days1-0/+3
* Emit single blank line for ClassBlock EmptyLineLi Jin5 days1-3/+1
* Preserve multi-empty lines in ClassBlock comments outputLi Jin5 days1-1/+3
* Fix ClassBlock comment placement in generated LuaLi Jin5 days1-26/+38
* Fix ClassBlock parsing to keep comment linesLi Jin5 days1-2/+2
* Emit class body comments in reserve-comment modeLi Jin5 days1-0/+10
* Support comments and empty lines in class blockscodex/add-blank-line-handling-to-classblockLi Jin5 days4-7/+20
* Preserve blank lines between table comments with reserve-commentsLi Jin5 days3-4/+13
* Fix reserve comment parsing for table block comment linesLi Jin5 days1-3/+4
* Respect reserve comments in spread table/tableblock compilationLi Jin5 days1-0/+13
* Fix TableBlock indentation parsing after make genLi Jin5 days1-2/+2
* feat(parser): preserve TableBlock comment lines in ASTLi Jin6 days3-9/+14
* Bump version to 0.33.1Li Jin6 days1-1/+1
* Fix TableLit YueComment parsing with mixed-indent table linescodex/add-single-line-comments-support-to-astLi Jin6 days1-2/+6
* Use YueComment node for TableLit comment preservationLi Jin6 days4-19/+12
* Fix TableLit AST string formatting for comments and empty linesLi Jin6 days1-3/+18
* Fix TableLit comment nodes under non-reserve comment modeLi Jin6 days1-1/+14
* Add TableLit AST support for empty lines and multiline commentsLi Jin6 days3-8/+24
* Preserve TabLit single-line comments in ASTLi Jin7 days3-4/+14
* Add goto statement documentation and testsLi Jin9 days1-0/+2
* Fixed a format issue.Li Jin13 days1-1/+4
* Added more tests.Li Jin13 days1-4/+0
* Fixed issues.Li Jin13 days1-4/+5
* Supported multiple break values. Simplified some generated codes.Li Jin13 days4-120/+305
* Fixed docs.Li Jin2026-02-062-3/+3
* Fixed issue #227.Li Jin2026-02-053-19/+22
* Fixed global variables lint.v0.32.7Li Jin2026-01-301-0/+9
* Added more format function specs.Li Jin2026-01-292-2/+2
* Fixed compiler issues and added 800+ test cases.Li Jin2026-01-284-46/+54
* Add compiler improvements and comprehensive test suitecompiler-improvementsLi Jin2026-01-271-8/+12
* Updated tests.Li Jin2026-01-261-12/+22
* Fixed compiler improvements and added comprehensive test suiteLi Jin2026-01-261-2/+3
* Cleanup.v0.32.4Li Jin2026-01-231-3/+3
* Fixed some `import global` related issue.Li Jin2026-01-232-13/+22
* Adding tests.Li Jin2026-01-222-7/+7
* Update.v0.32.3Li Jin2026-01-217-2631/+4746
* Fixed a glitch.v0.32.1Li Jin2026-01-202-2/+2
* Fix.Li Jin2026-01-191-1/+1
* Made `;` work as statements separator.Li Jin2026-01-196-128/+71
* Fixed a crash issue.v0.31.1Li Jin2026-01-151-4/+4
* Added const attributes.Li Jin2026-01-151-1/+3
* Fixed globals importing order.Li Jin2026-01-152-16/+15
* Added `import global` syntax.Li Jin2026-01-155-20/+83
* Bumped year. [skip CI]Li Jin2026-01-079-9/+9
* Fixed a format crash issue.v0.30.4Li Jin2025-12-251-1/+5
* Added named vararg support.Li Jin2025-12-255-10/+35
* Refactored FnArgsDef rules. Fixed issue #224.v0.30.3Li Jin2025-12-083-18/+47
* Fixed more error messages.Li Jin2025-12-055-141/+211
* Fixed empty line as block issue.v0.30.2Li Jin2025-12-046-12/+25