aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated syntax.HEADv0.29.9mainLi Jin43 hours13-40/+89
| | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax.
* Updated doc. [skip CI]Li Jin6 days2-8/+8
|
* Updated doc. [skip CI]Li Jin6 days1-91/+92
|
* Fixed code generating.v0.29.8Li Jin8 days4-52/+35
|
* Fixed issue #223.Li Jin9 days9-16/+338
|
* Fixed build. [skip CI]Li Jin2025-11-071-0/+3
|
* Fixed wasm build. [skip CI]Li Jin2025-11-071-0/+3
|
* 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
|
* Modify luarocks upload condition in macos.yml. [skip CI]Li Jin2025-11-051-1/+1
| | | Updated the condition for luarocks upload to skip if the commit message contains '[skip Upload]'.
* Fixed Windows build. [skip CI]Li Jin2025-11-054-145/+145
|
* Fixed Windows build.Li Jin2025-11-051-8/+8
|
* Updated spec.Li Jin2025-11-057-19/+15
|
* Removed the use of codecvt from C++ for it being removed in C++26.Li Jin2025-11-0510-17/+1318
|
* Fixed flags. [skip CI]Li Jin2025-11-041-8/+8
|
* Fixed build.Li Jin2025-11-042-8/+8
|
* Fixed Windows build.Li Jin2025-11-043-0/+7
|
* Included a minimal json lib in yue compiler tool.Li Jin2025-11-045-3/+952
|
* Excluding esfw related codes for Termux compilation.Li Jin2025-11-041-61/+65
|
* Fixed build files for Termux.Li Jin2025-11-042-4/+61
|
* Fixed docs. [skip CI]Li Jin2025-10-132-12/+12
|
* Increased call stack size.Li Jin2025-09-163-12/+48
|
* Fix.Li Jin2025-09-152-14/+10
|
* Fixed issue for reversed indexing.Li Jin2025-09-157-10/+557
|
* Fixed build.v0.29.4Li Jin2025-08-292-0/+180
|
* Updated docs. [skip CI]Li Jin2025-08-293-22/+156
|
* Fixed glitches. [skip CI]Li Jin2025-08-262-4/+4
|
* Updated docs. [skip CI]Li Jin2025-08-262-0/+71
|
* Added function argument destructuring.Li Jin2025-08-265-5/+237
|
* Fixed issue #222.v0.29.3Li Jin2025-07-277-3/+71
|
* Updated version. [skip CI]v0.29.2Li Jin2025-07-181-1/+1
|
* Fixed Windows x64 build.Li Jin2025-07-182-3/+7
|
* Fixes.v0.29.1Li Jin2025-07-188-69/+187
|
* Added specs, tests and docs.Li Jin2025-07-1812-63/+435
|
* Fixed a reference issue.Li Jin2025-07-171-2/+2
|
* Fixed a crash.Li Jin2025-07-173-31/+41
|
* Added YAML multiline string and macro argument checking.Li Jin2025-07-175-12/+221
|
* Updated docs. [skip CI]Li Jin2025-06-042-0/+2
|
* Updated docs. [skip CI]Li Jin2025-06-042-8/+8
|
* Updated docs. [skip CI]v0.29.0Li Jin2025-06-044-4/+496
|
* Updated docs. [skip CI]Li Jin2025-06-042-2/+244
|
* Added more reversed index support for slice. [skip CI]Li Jin2025-06-049-67/+174
|
* Added new syntax.Li Jin2025-06-0416-51/+678
| | | | | | | - 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
|
* Added a new test.Li Jin2025-05-302-0/+301
|
* Replace `try!` with `try?`.Li Jin2025-05-288-46/+38
|
* Added `try!` syntax.Li Jin2025-05-2822-189/+1169
|
* Updated `repeat` syntax functions.Li Jin2025-05-279-62/+259
|