aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue #222.HEADv0.29.3mainLi Jin12 days2-0/+20
|
* Fixes.Li Jin2025-07-182-0/+52
|
* Added specs, tests and docs.Li Jin2025-07-187-40/+192
|
* 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-0411-18/+446
| | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching.
* Added a new test.Li Jin2025-05-302-0/+301
|
* Replace `try!` with `try?`.Li Jin2025-05-281-10/+10
|
* Added `try!` syntax.Li Jin2025-05-2813-115/+912
|
* Updated `repeat` syntax functions.Li Jin2025-05-274-8/+76
|
* Added doc for `with?` syntax.Li Jin2025-05-264-0/+37
|
* Added assignment expression for switch syntax.Li Jin2025-05-2610-35/+158
|
* Added `-` for implicit object.v0.28.3Li Jin2025-05-236-5/+101
|
* Added break with value to with syntax.Li Jin2025-05-234-0/+102
|
* 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
|
* Updated doc code.Li Jin2025-05-212-0/+4
|
* Added global const declaration.Li Jin2025-05-212-0/+30
|
* Added break with value syntax.Li Jin2025-05-218-17/+358
|
* Updated doc code.Li Jin2025-05-082-0/+628
|
* Updated.Li Jin2025-05-072-1/+296
|
* Fix build.v0.27.5Li Jin2025-04-171-44/+0
|
* Fixed issue #209.Li Jin2025-04-173-0/+61
|
* 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-232-0/+13
|
* Fixed issue #198.Li Jin2025-03-237-74/+60
|
* Fixed issue #194, #195.v0.27.1Li Jin2025-03-198-48/+67
|
* Aligned Lua inserter macro behavior with common Yue macro.v0.27.0Li Jin2025-01-316-8/+64
|
* Fixing issue #178.Li Jin2025-01-312-0/+20
|
* Fixed one more case for issue #185.Li Jin2025-01-302-0/+14
|
* Updated spec and docs.Li Jin2025-01-292-0/+27
|
* Updated spec codes.Li Jin2025-01-082-12/+12
|
* Fixed MoonScript issue # 459.v0.26.1Li Jin2024-12-192-0/+75
| | | | Supported local/const/close hoist in class body.
* Fixed issue #175 and #177.Li Jin2024-10-312-1/+29
|
* Fixed issue #174.Li Jin2024-10-195-0/+135
|
* Fixed a miss indent and removed an unnecessary do block.v0.25.5Li Jin2024-10-083-6/+14
|
* Disallowed some semantically incorrect syntax to improve code consistency.Li Jin2024-09-292-89/+68
|
* Fixed a few issues.v0.25.2Li Jin2024-09-266-16/+28
| | | | | | * 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-047-54/+120
|
* fix correct evaluation order for multi-value assignments.v0.25.0Li Jin2024-09-037-40/+73
|
* add builtin macro $is_ast().Li Jin2024-08-092-4/+3
|
* add yue.is_ast().Li Jin2024-08-092-1/+13
|
* add macros generating macros feature.v0.23.9Li Jin2024-08-055-1/+65
|
* 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-179-121/+246
|
* fix ambiguous issue in try-catch syntax.v0.23.4Li Jin2024-05-164-168/+215
|