aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated syntax.HEADv0.29.9mainLi Jin2 days4-28/+47
| | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax.
* Fixed code generating.v0.29.8Li Jin9 days1-7/+15
|
* Fixed issue #223.Li Jin9 days3-16/+35
|
* Made YueScript stop lintting defined global variables.v0.29.7Li Jin2025-11-074-26/+28
|
* Renamed builtin json lib to "cojson". [skip Upload]v0.29.6Li Jin2025-11-052-2/+2
|
* Fixed Lua5.1 build. [skip CI]Li Jin2025-11-052-9/+31
|
* Updated spec.Li Jin2025-11-051-3/+3
|
* Removed the use of codecvt from C++ for it being removed in C++26.Li Jin2025-11-058-15/+1316
|
* Fixed build.Li Jin2025-11-041-0/+0
|
* Fixed Windows build.Li Jin2025-11-041-0/+0
|
* Included a minimal json lib in yue compiler tool.Li Jin2025-11-043-1/+930
|
* Increased call stack size.Li Jin2025-09-161-2/+34
|
* Fixed issue for reversed indexing.Li Jin2025-09-151-8/+75
|
* Added function argument destructuring.Li Jin2025-08-263-5/+53
|
* Fixed issue #222.v0.29.3Li Jin2025-07-275-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.v0.29.1Li 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
| | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching.
* 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
|