| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactored FnArgsDef rules. Fixed issue #224.HEADv0.30.3main | Li Jin | 2025-12-08 | 2 | -4/+4 |
| | | |||||
| * | Fixed more error messages. | Li Jin | 2025-12-05 | 2 | -2/+2 |
| | | |||||
| * | Fixed empty line as block issue.v0.30.2 | Li Jin | 2025-12-04 | 1 | -0/+8 |
| | | |||||
| * | Updated reserved comments function.v0.30.1 | Li Jin | 2025-12-04 | 1 | -1/+1 |
| | | |||||
| * | Updated syntax.v0.29.9 | Li Jin | 2025-11-21 | 7 | -11/+21 |
| | | | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax. | ||||
| * | Fixed issue #223. | Li Jin | 2025-11-14 | 1 | -0/+10 |
| | | |||||
| * | Increased call stack size. | Li Jin | 2025-09-16 | 1 | -0/+1 |
| | | |||||
| * | Fix. | Li Jin | 2025-09-15 | 1 | -1/+0 |
| | | |||||
| * | Fixed issue for reversed indexing. | Li Jin | 2025-09-15 | 1 | -0/+133 |
| | | |||||
| * | Added function argument destructuring. | Li Jin | 2025-08-26 | 1 | -0/+31 |
| | | |||||
| * | Fixed issue #222.v0.29.3 | Li Jin | 2025-07-27 | 1 | -0/+10 |
| | | |||||
| * | Added specs, tests and docs. | Li Jin | 2025-07-18 | 5 | -38/+140 |
| | | |||||
| * | Added new syntax. | Li Jin | 2025-06-04 | 3 | -0/+102 |
| | | | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching. | ||||
| * | Added a new test. | Li Jin | 2025-05-30 | 1 | -0/+61 |
| | | |||||
| * | Replace `try!` with `try?`. | Li Jin | 2025-05-28 | 1 | -10/+10 |
| | | |||||
| * | Added `try!` syntax. | Li Jin | 2025-05-28 | 1 | -1/+121 |
| | | |||||
| * | Updated `repeat` syntax functions. | Li Jin | 2025-05-27 | 1 | -1/+14 |
| | | |||||
| * | Added doc for `with?` syntax. | Li Jin | 2025-05-26 | 1 | -0/+5 |
| | | |||||
| * | Added assignment expression for switch syntax. | Li Jin | 2025-05-26 | 7 | -31/+83 |
| | | |||||
| * | Added `-` for implicit object.v0.28.3 | Li Jin | 2025-05-23 | 2 | -0/+22 |
| | | |||||
| * | Added break with value to with syntax. | Li Jin | 2025-05-23 | 1 | -0/+9 |
| | | |||||
| * | Allowed backcall without parentheses.v0.28.2 | Li Jin | 2025-05-21 | 1 | -2/+2 |
| | | |||||
| * | Added support for mark global var const without initial value. | Li Jin | 2025-05-21 | 1 | -0/+1 |
| | | |||||
| * | Added global const declaration. | Li Jin | 2025-05-21 | 1 | -0/+5 |
| | | |||||
| * | Added break with value syntax. | Li Jin | 2025-05-21 | 1 | -0/+39 |
| | | |||||
| * | Updated. | Li Jin | 2025-05-07 | 1 | -1/+55 |
| | | |||||
| * | Fixed issue #209. | Li Jin | 2025-04-17 | 1 | -0/+9 |
| | | |||||
| * | Added more test cases.v0.27.2 | Li Jin | 2025-03-23 | 1 | -0/+7 |
| | | |||||
| * | Fixed issue #194, #195.v0.27.1 | Li Jin | 2025-03-19 | 1 | -0/+18 |
| | | |||||
| * | Fixing issue #178. | Li Jin | 2025-01-31 | 1 | -0/+9 |
| | | |||||
| * | Fixed one more case for issue #185. | Li Jin | 2025-01-30 | 1 | -0/+4 |
| | | |||||
| * | Updated spec and docs. | Li Jin | 2025-01-29 | 1 | -0/+14 |
| | | |||||
| * | Fixed MoonScript issue # 459.v0.26.1 | Li Jin | 2024-12-19 | 1 | -0/+15 |
| | | | | | Supported local/const/close hoist in class body. | ||||
| * | Fixed issue #175 and #177. | Li Jin | 2024-10-31 | 1 | -0/+15 |
| | | |||||
| * | Fixed issue #174. | Li Jin | 2024-10-19 | 1 | -0/+17 |
| | | |||||
| * | Fixed a miss indent and removed an unnecessary do block.v0.25.5 | Li Jin | 2024-10-08 | 1 | -0/+5 |
| | | |||||
| * | Disallowed some semantically incorrect syntax to improve code consistency. | Li Jin | 2024-09-29 | 1 | -6/+7 |
| | | |||||
| * | Fixed a few issues.v0.25.2 | Li Jin | 2024-09-26 | 2 | -4/+4 |
| | | | | | | | * Fixed a `with` block with return statement issue. * Fixed a switch-when indentation issue. * Added error reporting for `return` statement not appearing in last block line. | ||||
| * | fix more cases for evaluation order of multi-value assignments.v0.25.1 | Li Jin | 2024-09-04 | 1 | -0/+20 |
| | | |||||
| * | fix correct evaluation order for multi-value assignments.v0.25.0 | Li Jin | 2024-09-03 | 1 | -0/+8 |
| | | |||||
| * | add builtin macro $is_ast(). | Li Jin | 2024-08-09 | 1 | -3/+2 |
| | | |||||
| * | add yue.is_ast(). | Li Jin | 2024-08-09 | 1 | -0/+8 |
| | | |||||
| * | add macros generating macros feature.v0.23.9 | Li Jin | 2024-08-05 | 2 | -0/+51 |
| | | |||||
| * | fix more cases in try-catch syntax.v0.23.6 | Li Jin | 2024-05-17 | 2 | -0/+9 |
| | | |||||
| * | fix ambiguous issue in try-catch syntax.v0.23.4 | Li Jin | 2024-05-16 | 1 | -43/+43 |
| | | |||||
| * | more test cases.v0.23.0 | Li Jin | 2024-03-19 | 2 | -0/+19 |
| | | |||||
| * | fix nil coalescing anonymous function moving issue. add test cases. | Li Jin | 2024-03-19 | 1 | -0/+207 |
| | | |||||
| * | try fixing issue #162. | Li Jin | 2024-03-19 | 2 | -2/+6 |
| | | |||||
| * | add default return declaration for function literal.v0.22.2 | Li Jin | 2024-03-04 | 1 | -0/+35 |
| | | |||||
| * | fix an empty check case.v0.21.8 | Li Jin | 2024-02-05 | 1 | -1/+3 |
| | | |||||
