aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* fix more cases for evaluation order of multi-value assignments.v0.25.1Li Jin2024-09-046-54/+100
* fix correct evaluation order for multi-value assignments.v0.25.0Li Jin2024-09-036-40/+65
* add builtin macro $is_ast().Li Jin2024-08-091-1/+1
* add yue.is_ast().Li Jin2024-08-091-1/+5
* add macros generating macros feature.v0.23.9Li Jin2024-08-053-1/+14
* fix spread exp list in up-value function issue.v0.23.8Li Jin2024-05-311-2/+2
* prevent more anonymous functions generating from `const`, `close` decl.Li Jin2024-05-234-190/+185
* fix more cases in try-catch syntax.v0.23.6Li Jin2024-05-177-121/+237
* fix ambiguous issue in try-catch syntax.v0.23.4Li Jin2024-05-163-125/+172
* fix code gen check.Li Jin2024-04-232-2/+2
* remove one more redundant 'do' block from destructuring.Li Jin2024-03-2519-489/+303
* remove one more redundant 'do' block from try-catch.v0.23.2Li Jin2024-03-212-22/+9
* remove redundant 'do' blocks in code generation.Li Jin2024-03-2153-4408/+3814
* more test cases.v0.23.0Li Jin2024-03-192-1/+43
* fix nil coalescing anonymous function moving issue. add test cases.Li Jin2024-03-191-0/+502
* fix Lua 5.1 close attribute compatible function.Li Jin2024-03-191-31/+41