aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored FnArgsDef rules. Fixed issue #224.HEADv0.30.3mainLi Jin2025-12-082-4/+4
|
* Fixed more error messages.Li Jin2025-12-052-2/+2
|
* Fixed empty line as block issue.v0.30.2Li Jin2025-12-041-0/+8
|
* Updated reserved comments function.v0.30.1Li Jin2025-12-041-1/+1
|
* Updated syntax.v0.29.9Li Jin2025-11-217-11/+21
| | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax.
* Fixed issue #223.Li Jin2025-11-141-0/+10
|
* Increased call stack size.Li Jin2025-09-161-0/+1
|
* Fix.Li Jin2025-09-151-1/+0
|
* Fixed issue for reversed indexing.Li Jin2025-09-151-0/+133
|
* Added function argument destructuring.Li Jin2025-08-261-0/+31
|
* Fixed issue #222.v0.29.3Li Jin2025-07-271-0/+10
|
* Added specs, tests and docs.Li Jin2025-07-185-38/+140
|
* Added new syntax.Li Jin2025-06-043-0/+102
| | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching.
* Added a new test.Li Jin2025-05-301-0/+61
|
* Replace `try!` with `try?`.Li Jin2025-05-281-10/+10
|
* Added `try!` syntax.Li Jin2025-05-281-1/+121
|
* Updated `repeat` syntax functions.Li Jin2025-05-271-1/+14
|
* Added doc for `with?` syntax.Li Jin2025-05-261-0/+5
|
* Added assignment expression for switch syntax.Li Jin2025-05-267-31/+83
|
* Added `-` for implicit object.v0.28.3Li Jin2025-05-232-0/+22
|
* Added break with value to with syntax.Li Jin2025-05-231-0/+9
|
* Allowed backcall without parentheses.v0.28.2Li Jin2025-05-211-2/+2
|
* Added support for mark global var const without initial value.Li Jin2025-05-211-0/+1
|
* Added global const declaration.Li Jin2025-05-211-0/+5
|
* Added break with value syntax.Li Jin2025-05-211-0/+39
|
* Updated.Li Jin2025-05-071-1/+55
|
* Fixed issue #209.Li Jin2025-04-171-0/+9
|
* Added more test cases.v0.27.2Li Jin2025-03-231-0/+7
|
* Fixed issue #194, #195.v0.27.1Li Jin2025-03-191-0/+18
|
* Fixing issue #178.Li Jin2025-01-311-0/+9
|
* Fixed one more case for issue #185.Li Jin2025-01-301-0/+4
|
* Updated spec and docs.Li Jin2025-01-291-0/+14
|
* Fixed MoonScript issue # 459.v0.26.1Li Jin2024-12-191-0/+15
| | | | Supported local/const/close hoist in class body.
* Fixed issue #175 and #177.Li Jin2024-10-311-0/+15
|
* Fixed issue #174.Li Jin2024-10-191-0/+17
|
* Fixed a miss indent and removed an unnecessary do block.v0.25.5Li Jin2024-10-081-0/+5
|
* Disallowed some semantically incorrect syntax to improve code consistency.Li Jin2024-09-291-6/+7
|
* Fixed a few issues.v0.25.2Li Jin2024-09-262-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.1Li Jin2024-09-041-0/+20
|
* fix correct evaluation order for multi-value assignments.v0.25.0Li Jin2024-09-031-0/+8
|
* add builtin macro $is_ast().Li Jin2024-08-091-3/+2
|
* add yue.is_ast().Li Jin2024-08-091-0/+8
|
* add macros generating macros feature.v0.23.9Li Jin2024-08-052-0/+51
|
* fix more cases in try-catch syntax.v0.23.6Li Jin2024-05-172-0/+9
|
* fix ambiguous issue in try-catch syntax.v0.23.4Li Jin2024-05-161-43/+43
|
* more test cases.v0.23.0Li Jin2024-03-192-0/+19
|
* fix nil coalescing anonymous function moving issue. add test cases.Li Jin2024-03-191-0/+207
|
* try fixing issue #162.Li Jin2024-03-192-2/+6
|
* add default return declaration for function literal.v0.22.2Li Jin2024-03-041-0/+35
|
* fix an empty check case.v0.21.8Li Jin2024-02-051-1/+3
|