aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored FnArgsDef rules. Fixed issue #224.HEADv0.30.3mainLi Jin2025-12-083-18/+47
* Fixed more error messages.Li Jin2025-12-055-141/+211
* Fixed empty line as block issue.v0.30.2Li Jin2025-12-046-12/+25
* Updated reserved comments function.v0.30.1Li Jin2025-12-046-505/+541
* Improved syntax error messages with contextual details.v0.30.0Li Jin2025-12-036-153/+247
* Updated syntax.v0.29.9Li Jin2025-11-214-28/+47
* Fixed code generating.v0.29.8Li Jin2025-11-141-7/+15
* Fixed issue #223.Li Jin2025-11-143-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
* 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