| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed LuaJIT build. [skip Upload]HEADv0.32.6main | Li Jin | 11 hours | 1 | -3/+3 |
| | | |||||
| * | Added missing flag. | Li Jin | 12 hours | 1 | -0/+4 |
| | | |||||
| * | Fixed lib path. | Li Jin | 12 hours | 3 | -537/+2 |
| | | |||||
| * | Fixed spec platforms. | Li Jin | 12 hours | 1 | -6/+4 |
| | | |||||
| * | Rename 'platform' to 'platforms' in rockspec | Li Jin | 18 hours | 1 | -1/+1 |
| | | |||||
| * | again. | Li Jin | 18 hours | 1 | -0/+16 |
| | | |||||
| * | Try again. | Li Jin | 19 hours | 1 | -2/+1 |
| | | |||||
| * | Fixed MSVC build. | Li Jin | 19 hours | 1 | -0/+1 |
| | | |||||
| * | Fixed Windows build. | Li Jin | 19 hours | 1 | -1/+9 |
| | | |||||
| * | Updated CMakeLists.txt. | Li Jin | 19 hours | 1 | -10/+19 |
| | | |||||
| * | Add support for Lua 5.5 in CMake configuration. [skip CI] | Li Jin | 20 hours | 1 | -0/+5 |
| | | |||||
| * | Fix indentation in Windows CI workflow | Li Jin | 20 hours | 1 | -0/+1 |
| | | |||||
| * | Update Lua and LuaRocks action versions | Li Jin | 20 hours | 1 | -2/+2 |
| | | |||||
| * | Fixed Windows build. | Li Jin | 20 hours | 3 | -2/+12 |
| | | |||||
| * | Fixed compiler issues and added 800+ test cases. | Li Jin | 26 hours | 51 | -379/+3817 |
| | | |||||
| * | Add compiler improvements and comprehensive test suitecompiler-improvements | Li Jin | 3 days | 39 | -9/+5071 |
| | | | | | | | | | - 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> | ||||
| * | Fixed Windows CI test coverage | Li Jin | 3 days | 1 | -0/+2 |
| | | | | | | | Added missing try_catch_spec.yue compilation command to both x86 and x64 builds in windows.yml, matching the Makefile test target. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | ||||
| * | Updated tests. | Li Jin | 3 days | 52 | -3008/+3328 |
| | | |||||
| * | Fixed compiler improvements and added comprehensive test suite | Li Jin | 3 days | 34 | -23/+4777 |
| | | | | | | | | | | | | - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | ||||
| * | Cleanup.v0.32.4 | Li Jin | 6 days | 2 | -13/+13 |
| | | |||||
| * | Fixed some `import global` related issue. | Li Jin | 6 days | 2 | -13/+22 |
| | | |||||
| * | Adding tests. | Li Jin | 7 days | 28 | -8/+336 |
| | | |||||
| * | Update.v0.32.3 | Li Jin | 8 days | 14 | -2682/+4924 |
| | | |||||
| * | Fixed a glitch.v0.32.1 | Li Jin | 9 days | 4 | -7/+7 |
| | | |||||
| * | Added more specs.v0.32.0 | Li Jin | 10 days | 2 | -0/+18 |
| | | |||||
| * | Fix. | Li Jin | 10 days | 1 | -1/+1 |
| | | |||||
| * | Made `;` work as statements separator. | Li Jin | 10 days | 18 | -154/+248 |
| | | |||||
| * | Fixed a crash issue.v0.31.1 | Li Jin | 2026-01-15 | 4 | -6/+35 |
| | | |||||
| * | Updated Windows workflow.v0.31.0 | Li Jin | 2026-01-15 | 1 | -0/+2 |
| | | |||||
| * | Added const attributes. | Li Jin | 2026-01-15 | 6 | -68/+224 |
| | | |||||
| * | Updated docs. [skip CI] | Li Jin | 2026-01-15 | 2 | -74/+112 |
| | | |||||
| * | Fixed globals importing order. | Li Jin | 2026-01-15 | 5 | -27/+26 |
| | | |||||
| * | Added `import global` syntax. | Li Jin | 2026-01-15 | 11 | -140/+527 |
| | | |||||
| * | Bumped year. [skip CI] | Li Jin | 2026-01-07 | 13 | -19/+19 |
| | | |||||
| * | Updated docs. [skip CI] | Li Jin | 2025-12-25 | 2 | -98/+98 |
| | | |||||
| * | Fixed a format crash issue.v0.30.4 | Li Jin | 2025-12-25 | 1 | -1/+5 |
| | | |||||
| * | Added named vararg support. | Li Jin | 2025-12-25 | 11 | -10/+369 |
| | | |||||
| * | Refactored FnArgsDef rules. Fixed issue #224.v0.30.3 | Li Jin | 2025-12-08 | 5 | -22/+51 |
| | | |||||
| * | Fixed more error messages. | Li Jin | 2025-12-05 | 7 | -143/+213 |
| | | |||||
| * | Updated docs. [skip CI] | Li Jin | 2025-12-04 | 2 | -156/+156 |
| | | |||||
| * | Fixed empty line as block issue.v0.30.2 | Li Jin | 2025-12-04 | 8 | -12/+44 |
| | | |||||
| * | Updated reserved comments function.v0.30.1 | Li Jin | 2025-12-04 | 10 | -509/+635 |
| | | |||||
| * | Improved syntax error messages with contextual details.v0.30.0 | Li Jin | 2025-12-03 | 6 | -153/+247 |
| | | |||||
| * | Updated syntax.v0.29.9 | Li Jin | 2025-11-21 | 13 | -40/+89 |
| | | | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax. | ||||
| * | Updated doc. [skip CI] | Li Jin | 2025-11-17 | 2 | -8/+8 |
| | | |||||
| * | Updated doc. [skip CI] | Li Jin | 2025-11-17 | 1 | -91/+92 |
| | | |||||
| * | Fixed code generating.v0.29.8 | Li Jin | 2025-11-14 | 4 | -52/+35 |
| | | |||||
| * | Fixed issue #223. | Li Jin | 2025-11-14 | 9 | -16/+338 |
| | | |||||
| * | Fixed build. [skip CI] | Li Jin | 2025-11-07 | 1 | -0/+3 |
| | | |||||
| * | Fixed wasm build. [skip CI] | Li Jin | 2025-11-07 | 1 | -0/+3 |
| | | |||||
