aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #222.HEADv0.29.3mainLi Jin9 days1-0/+10
* Added specs, tests and docs.Li Jin2025-07-185-38/+140
* Added new syntax.Li Jin2025-06-043-0/+102
* 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
* 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
* 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
* fix in-expression format issue.v0.21.7Li Jin2024-02-052-1/+39
* fix more invalid in-expression use cases.Li Jin2024-02-051-0/+39
* fix a const list destructuring case.Li Jin2023-12-191-0/+3
* add yue.format() function. fix yue ast to code function issues.Li Jin2023-12-131-0/+126
* fix empty block ends with eof issue.Li Jin2023-12-111-0/+18
* changed the if-assignment syntax to prevent some errors.v0.21.0Li Jin2023-12-0716-57/+57
* make function call args a consistent behavior with table list.v0.20.7Li Jin2023-11-191-0/+23
* fix a missing case for condition chaining.v0.20.5Li Jin2023-11-091-0/+2
* fix table matching syntax in switch statement with list table.v0.20.4Li Jin2023-11-021-0/+6
* add luarocks upload. [skip CI]Li Jin2023-11-011-0/+55