aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed empty line as block issue.v0.30.2Li Jin2025-12-041-0/+11
|
* Updated reserved comments function.v0.30.1Li Jin2025-12-041-1/+1
|
* Updated syntax.v0.29.9Li Jin2025-11-212-1/+21
| | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax.
* Fixed code generating.v0.29.8Li Jin2025-11-143-45/+20
|
* Fixed issue #223.Li Jin2025-11-143-0/+217
|
* Updated spec.Li Jin2025-11-054-11/+11
|
* Increased call stack size.Li Jin2025-09-161-10/+13
|
* Fix.Li Jin2025-09-151-13/+10
|
* Fixed issue for reversed indexing.Li Jin2025-09-153-2/+345
|
* Fixed build.v0.29.4Li Jin2025-08-292-0/+180
|
* Added function argument destructuring.Li Jin2025-08-261-0/+153
|
* Fixed issue #222.v0.29.3Li Jin2025-07-271-0/+10
|
* Fixes.v0.29.1Li Jin2025-07-182-0/+52
|
* Added specs, tests and docs.Li Jin2025-07-182-2/+52
|
* Fixed a crash.Li Jin2025-07-172-24/+34
|
* Updated docs. [skip CI]v0.29.0Li Jin2025-06-042-0/+492
|
* Added more reversed index support for slice. [skip CI]Li Jin2025-06-048-62/+88
|
* Added new syntax.Li Jin2025-06-048-18/+344
| | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching.
* Added a new test.Li Jin2025-05-301-0/+240
|
* Added `try!` syntax.Li Jin2025-05-2812-114/+791
|
* Updated `repeat` syntax functions.Li Jin2025-05-273-7/+62
|
* Added doc for `with?` syntax.Li Jin2025-05-263-0/+32
|
* Added assignment expression for switch syntax.Li Jin2025-05-263-4/+75
|
* Added `-` for implicit object.v0.28.3Li Jin2025-05-234-5/+79
|
* Added break with value to with syntax.Li Jin2025-05-233-0/+93
|
* Updated doc code.Li Jin2025-05-212-0/+4
|
* Added global const declaration.Li Jin2025-05-211-0/+25
|
* Added break with value syntax.Li Jin2025-05-217-17/+319
|
* Updated doc code.Li Jin2025-05-082-0/+628
|
* Updated.Li Jin2025-05-071-0/+241
|
* Fix build.v0.27.5Li Jin2025-04-171-44/+0
|
* Fixed issue #209.Li Jin2025-04-172-0/+52
|
* Cleanup.Li Jin2025-04-162-8/+4
|
* Fixing issue #206.v0.27.4Li Jin2025-04-1113-89/+140
|
* Fixed spec.v0.27.3Li Jin2025-03-261-24/+168
|
* Added more test cases.v0.27.2Li Jin2025-03-231-0/+6
|
* Fixed issue #198.Li Jin2025-03-237-74/+60
|
* Fixed issue #194, #195.v0.27.1Li Jin2025-03-197-48/+49
|
* Aligned Lua inserter macro behavior with common Yue macro.v0.27.0Li Jin2025-01-316-8/+64
|
* Fixing issue #178.Li Jin2025-01-311-0/+11
|
* Fixed one more case for issue #185.Li Jin2025-01-301-0/+10
|
* Updated spec and docs.Li Jin2025-01-291-0/+13
|
* Updated spec codes.Li Jin2025-01-082-12/+12
|
* Fixed MoonScript issue # 459.v0.26.1Li Jin2024-12-191-0/+60
| | | | Supported local/const/close hoist in class body.
* Fixed issue #175 and #177.Li Jin2024-10-311-1/+14
|
* Fixed issue #174.Li Jin2024-10-194-0/+118
|
* Fixed a miss indent and removed an unnecessary do block.v0.25.5Li Jin2024-10-082-6/+9
|
* Disallowed some semantically incorrect syntax to improve code consistency.Li Jin2024-09-291-83/+61
|
* Fixed a few issues.v0.25.2Li Jin2024-09-264-12/+24
| | | | | | * 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-046-54/+100
|