aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Expand)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-042-0/+19
* Updated reserved comments function.v0.30.1Li Jin2025-12-042-2/+2
* Updated syntax.v0.29.9Li Jin2025-11-219-12/+42
* Fixed code generating.v0.29.8Li Jin2025-11-143-45/+20
* Fixed issue #223.Li Jin2025-11-144-0/+227
* Updated spec.Li Jin2025-11-054-11/+11
* Increased call stack size.Li Jin2025-09-162-10/+14
* Fix.Li Jin2025-09-152-14/+10
* Fixed issue for reversed indexing.Li Jin2025-09-154-2/+478
* Fixed build.v0.29.4Li Jin2025-08-292-0/+180
* Added function argument destructuring.Li Jin2025-08-262-0/+184
* Fixed issue #222.v0.29.3Li Jin2025-07-272-0/+20
* Fixes.v0.29.1Li 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
* 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
* Fixed issue #175 and #177.Li Jin2024-10-312-1/+29