aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lua 5.5 no longer put nil in array part of table.HEADv0.33.10mainLi Jin2026-04-022-42/+10
* test: add test cases for empty table pattern matchingfeature/ast-node-end-positionLi Jin2026-03-262-1/+327
* feat: add m_end position to AST nodesLi Jin2026-03-264-2/+182
* Updated spec.Li Jin2026-03-132-0/+11
* Fixed destructuring with empty and comment lines in table issue. Updated docs.v0.33.7Li Jin2026-02-287-0/+308
* Updated docs.Li Jin2026-02-285-0/+290
* Updated docs. [skip CI]Li Jin2026-02-245-95/+95
* Cleaned up and fixed more comment reserving codes.v0.33.4Li Jin2026-02-2417-27/+175
* Updated all-in-one docs.v0.33.2Li Jin2026-02-242-2/+6
* Fixed comma position in class members with line number comments. Fixed issue ...Li Jin2026-02-242-2/+2
* Fixed some scripts.v0.33.1Li Jin2026-02-224-7/+86
* Cleanup.Li Jin2026-02-222-0/+72
* Cleanup.Li Jin2026-02-211-471/+0
* Merge branch 'feature/reserve-comments-tests' into codex/remove-line-number-c...Li Jin2026-02-206-0/+1572
|\
| * Add test suite for reserve comments featureLi Jin2026-02-206-0/+1572
* | Skip line-number comments on empty lines in table/class blockscodex/remove-line-number-comments-from-empty-linesLi Jin2026-02-201-0/+21
|/
* Add goto statement documentation and testsLi Jin2026-02-155-0/+590
* Added the all-in-one doc.Li Jin2026-02-127-8/+148
* Updated docs.Li Jin2026-02-127-1312/+1772
* Added more tests.Li Jin2026-02-124-5/+80
* More test cases.Li Jin2026-02-122-0/+2537
* Fixed issues.Li Jin2026-02-112-12/+6
* Supported multiple break values. Simplified some generated codes.Li Jin2026-02-1111-175/+101
* Updated cli tests. [skip CI]Li Jin2026-02-061-8/+8
* test: improve CLI test summary table formattingLi Jin2026-02-061-30/+36
* test: enhance CLI test summary with detailed statisticsLi Jin2026-02-061-9/+110
* test: add comprehensive CLI test suiteLi Jin2026-02-067-0/+921
* Updated docs.v0.32.9Li Jin2026-02-065-456/+426
* Fixed docs.Li Jin2026-02-069-5458/+20876
* Updated code highlight for doc site. [skip CI]Li Jin2026-02-062-2/+2
* Fixed issue #227.Li Jin2026-02-052-0/+7
* Splited docs.Li Jin2026-02-044-3940/+4128
* Updated doc.Li Jin2026-02-034-11/+71
* Updated docs.Li Jin2026-02-031-4/+4
* Added more tests.Li Jin2026-01-3016-0/+804
* Added more format function specs.Li Jin2026-01-292-31/+117
* Fixed Windows build.Li Jin2026-01-292-2/+2
* Fixed compiler issues and added 800+ test cases.Li Jin2026-01-2846-331/+3760
* Add compiler improvements and comprehensive test suitecompiler-improvementsLi Jin2026-01-2735-0/+4523
* Updated tests.Li Jin2026-01-2650-2979/+3286
* Fixed compiler improvements and added comprehensive test suiteLi Jin2026-01-2632-0/+4753
* Adding tests.Li Jin2026-01-2226-1/+329
* Update.v0.32.3Li Jin2026-01-215-2/+101
* Fixed a glitch.v0.32.1Li Jin2026-01-202-5/+5
* Added more specs.v0.32.0Li Jin2026-01-192-0/+18
* Made `;` work as statements separator.Li Jin2026-01-1910-26/+151
* Fixed a crash issue.v0.31.1Li Jin2026-01-153-2/+31
* Added const attributes.Li Jin2026-01-154-67/+219
* Fixed globals importing order.Li Jin2026-01-153-11/+11
* Added `import global` syntax.Li Jin2026-01-154-120/+370