aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #222.HEADv0.29.3mainLi Jin9 days5-3/+51
* Updated version. [skip CI]v0.29.2Li Jin2025-07-181-1/+1
* Fixed Windows x64 build.Li Jin2025-07-181-3/+3
* Fixes.Li Jin2025-07-186-69/+135
* Added specs, tests and docs.Li Jin2025-07-183-23/+29
* Fixed a reference issue.Li Jin2025-07-171-2/+2
* Fixed a crash.Li Jin2025-07-171-7/+7
* Added YAML multiline string and macro argument checking.Li Jin2025-07-175-12/+221
* Added more reversed index support for slice. [skip CI]Li Jin2025-06-041-5/+86
* Added new syntax.Li Jin2025-06-045-33/+232
* Kept backward compatibility for YueScript with C++17.Li Jin2025-06-031-1/+3
* fix a crash issue in `yue.to_ast()`.Li Jin2025-05-301-1/+1
* Replace `try!` with `try?`.Li Jin2025-05-285-17/+9
* Added `try!` syntax.Li Jin2025-05-287-62/+163
* Updated `repeat` syntax functions.Li Jin2025-05-275-54/+183
* Fixed formatter.Li Jin2025-05-261-1/+1
* Added assignment expression for switch syntax.Li Jin2025-05-265-25/+46
* Added `-` for implicit object.v0.28.3Li Jin2025-05-231-2/+2
* Added break with value to with syntax.Li Jin2025-05-231-29/+103
* Allowed backcall without parentheses.v0.28.2Li Jin2025-05-215-3/+49
* Added support for mark global var const without initial value.Li Jin2025-05-211-5/+6
* Added global const declaration.Li Jin2025-05-214-26/+46
* Added break with value syntax.Li Jin2025-05-215-65/+150
* Updated.Li Jin2025-05-071-28/+38
* Tried adding more table matching functions.Li Jin2025-05-072-12/+68
* Fixed build.Li Jin2025-04-171-3/+4
* Fixed issue #209.Li Jin2025-04-173-13/+47
* Fixing issue #206.v0.27.4Li Jin2025-04-112-3/+10
* Updated efsw. Fixed issue #204.Li Jin2025-04-0974-2613/+2952
* Fixed issue #201.Li Jin2025-03-261-3/+3
* Fixed issue #198.Li Jin2025-03-231-12/+3
* Fixed issue #194, #195.v0.27.1Li Jin2025-03-193-33/+55
* Aligned Lua inserter macro behavior with common Yue macro.v0.27.0Li Jin2025-01-311-11/+3
* Fixing issue #178.Li Jin2025-01-315-28/+70
* Fixed one more case for issue #185.Li Jin2025-01-301-2/+2
* Fixed issue #183 and issue #185.Li Jin2025-01-292-17/+14
* class property - typo (#184)Ayden G.W.2025-01-271-1/+1
* Updated docs. [skip CI]Li Jin2025-01-229-9/+9
* New year!Li Jin2025-01-059-9/+9
* Fixed MoonScript issue # 459.v0.26.1Li Jin2024-12-192-7/+94
* Fixed issue #175 and #177.Li Jin2024-10-311-54/+108
* Fixed issue #174.Li Jin2024-10-1917-72/+128
* Fixed a miss indent and removed an unnecessary do block.v0.25.5Li Jin2024-10-081-3/+2
* Cleaned up.v0.25.4Li Jin2024-09-291-5/+1
* Disallowed some semantically incorrect syntax to improve code consistency.Li Jin2024-09-296-23/+53
* Removed useless `do` block in `with`.Li Jin2024-09-281-19/+21
* Fixed a few issues.v0.25.2Li Jin2024-09-262-5/+38
* fix more cases for evaluation order of multi-value assignments.v0.25.1Li Jin2024-09-041-47/+74
* fix correct evaluation order for multi-value assignments.v0.25.0Li Jin2024-09-033-84/+184
* fix a Lua stack size not enough issue.v0.24.1Li Jin2024-08-122-101/+99