aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a format issue.Li Jin16 hours1-1/+4
|
* Added more tests.Li Jin17 hours1-4/+0
|
* Fixed issues.Li Jin32 hours1-4/+5
|
* Supported multiple break values. Simplified some generated codes.Li Jin33 hours4-120/+305
|
* Fixed docs.Li Jin7 days2-3/+3
|
* Fixed issue #227.Li Jin7 days3-19/+22
|
* Fixed global variables lint.v0.32.7Li Jin14 days1-0/+9
|
* Added more format function specs.Li Jin2026-01-292-2/+2
|
* Fixed compiler issues and added 800+ test cases.Li Jin2026-01-284-46/+54
|
* Add compiler improvements and comprehensive test suitecompiler-improvementsLi Jin2026-01-271-8/+12
| | | | | | | | - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Updated tests.Li Jin2026-01-261-12/+22
|
* Fixed compiler improvements and added comprehensive test suiteLi Jin2026-01-261-2/+3
| | | | | | | | | | | - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Cleanup.v0.32.4Li Jin2026-01-231-3/+3
|
* Fixed some `import global` related issue.Li Jin2026-01-232-13/+22
|
* Adding tests.Li Jin2026-01-222-7/+7
|
* Update.v0.32.3Li Jin2026-01-217-2631/+4746
|
* Fixed a glitch.v0.32.1Li Jin2026-01-202-2/+2
|
* Fix.Li Jin2026-01-191-1/+1
|
* Made `;` work as statements separator.Li Jin2026-01-196-128/+71
|
* Fixed a crash issue.v0.31.1Li Jin2026-01-151-4/+4
|
* Added const attributes.Li Jin2026-01-151-1/+3
|
* Fixed globals importing order.Li Jin2026-01-152-16/+15
|
* Added `import global` syntax.Li Jin2026-01-155-20/+83
|
* Bumped year. [skip CI]Li Jin2026-01-079-9/+9
|
* Fixed a format crash issue.v0.30.4Li Jin2025-12-251-1/+5
|
* Added named vararg support.Li Jin2025-12-255-10/+35
|
* Refactored FnArgsDef rules. Fixed issue #224.v0.30.3Li 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
| | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax.
* 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
|