| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated tests. | Li Jin | 42 hours | 16 | -2918/+22 |
| | | |||||
| * | Fixed compiler improvements and added comprehensive test suite | Li Jin | 46 hours | 15 | -0/+2918 |
| | | | | | | | | | | | | - 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> | ||||
| * | Update.v0.32.3 | Li Jin | 7 days | 1 | -1/+41 |
| | | |||||
| * | Fixed a crash issue.v0.31.1 | Li Jin | 13 days | 1 | -1/+12 |
| | | |||||
| * | Added const attributes. | Li Jin | 13 days | 1 | -0/+120 |
| | | |||||
| * | Added `try!` syntax. | Li Jin | 2025-05-28 | 1 | -1/+264 |
| | | |||||
| * | Updated `repeat` syntax functions. | Li Jin | 2025-05-27 | 1 | -0/+28 |
| | | |||||
| * | Added break with value syntax. | Li Jin | 2025-05-21 | 1 | -3/+101 |
| | | |||||
| * | Fix build.v0.27.5 | Li Jin | 2025-04-17 | 1 | -44/+0 |
| | | |||||
| * | Fixed issue #209. | Li Jin | 2025-04-17 | 1 | -0/+44 |
| | | |||||
| * | Fixing issue #206.v0.27.4 | Li Jin | 2025-04-11 | 2 | -10/+14 |
| | | |||||
| * | Fixed spec.v0.27.3 | Li Jin | 2025-03-26 | 1 | -24/+168 |
| | | |||||
| * | Fixed issue #174. | Li Jin | 2024-10-19 | 1 | -0/+49 |
| | | |||||
| * | Disallowed some semantically incorrect syntax to improve code consistency. | Li Jin | 2024-09-29 | 1 | -83/+61 |
| | | |||||
| * | prevent more anonymous functions generating from `const`, `close` decl. | Li Jin | 2024-05-23 | 1 | -60/+55 |
| | | |||||
| * | fix more cases in try-catch syntax.v0.23.6 | Li Jin | 2024-05-17 | 2 | -15/+36 |
| | | |||||
| * | fix ambiguous issue in try-catch syntax.v0.23.4 | Li Jin | 2024-05-16 | 1 | -61/+80 |
| | | |||||
| * | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 1 | -7/+5 |
| | | |||||
| * | remove one more redundant 'do' block from try-catch.v0.23.2 | Li Jin | 2024-03-21 | 1 | -12/+3 |
| | | |||||
| * | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 2 | -23/+17 |
| | | |||||
| * | fix Lua 5.1 close attribute compatible function. | Li Jin | 2024-03-19 | 1 | -31/+41 |
| | | |||||
| * | fix anonymous function args order. | Li Jin | 2024-03-19 | 1 | -8/+8 |
| | | |||||
| * | try fixing issue #162. | Li Jin | 2024-03-19 | 1 | -80/+103 |
| | | |||||
| * | fix a const list destructuring case. | Li Jin | 2023-12-19 | 1 | -0/+10 |
| | | |||||
| * | fixing issue #143 and #144. | Li Jin | 2023-08-07 | 1 | -0/+238 |
| | | |||||
| * | made a little optimization for try-catch syntax. | Li Jin | 2023-07-28 | 1 | -0/+4 |
| | | |||||
| * | fix test file path.v0.17.12 | Li Jin | 2023-07-28 | 1 | -0/+71 |
| | | |||||
| * | refactor break loop keyword checking. | Li Jin | 2023-01-29 | 1 | -0/+60 |
| | | |||||
| * | fix cases from issue #120. | Li Jin | 2023-01-29 | 1 | -0/+3 |
| | | |||||
| * | fix issue #81, refactor continue with gotos. | Li Jin | 2022-09-30 | 2 | -0/+450 |
