| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add compiler improvements and comprehensive test suitecompiler-improvements | Li Jin | 23 hours | 1 | -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> | ||||
| * | Cleanup.v0.32.4 | Li Jin | 5 days | 1 | -3/+3 |
| | | |||||
| * | Adding tests. | Li Jin | 6 days | 1 | -2/+2 |
| | | |||||
| * | Update.v0.32.3 | Li Jin | 7 days | 1 | -64/+144 |
| | | |||||
| * | Made `;` work as statements separator. | Li Jin | 9 days | 1 | -1/+1 |
| | | |||||
| * | Bumped year. [skip CI] | Li Jin | 2026-01-07 | 1 | -1/+1 |
| | | |||||
| * | Renamed builtin json lib to "cojson". [skip Upload]v0.29.6 | Li Jin | 2025-11-05 | 1 | -1/+1 |
| | | |||||
| * | Fixed Lua5.1 build. [skip CI] | Li Jin | 2025-11-05 | 1 | -6/+3 |
| | | |||||
| * | Included a minimal json lib in yue compiler tool. | Li Jin | 2025-11-04 | 1 | -1/+9 |
| | | |||||
| * | Increased call stack size. | Li Jin | 2025-09-16 | 1 | -2/+34 |
| | | |||||
| * | Updated docs. [skip CI] | Li Jin | 2025-01-22 | 1 | -1/+1 |
| | | |||||
| * | New year! | Li Jin | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | Added option to stop implicit returns on the root. (#164)v0.22.3 | Liga | 2024-03-12 | 1 | -3/+8 |
| | | |||||
| * | fix the way options table passing to compiler. | Li Jin | 2023-07-31 | 1 | -1/+28 |
| | | |||||
| * | make file watcher work with '-m' and '-r' options. | Li Jin | 2023-07-25 | 1 | -1/+50 |
| | | |||||
| * | try fixing issue #141. fix an AST object life expired before accessing issue. | Li Jin | 2023-07-24 | 1 | -11/+22 |
| | | |||||
| * | stop adding yue to globals, fix issue #128. | Li Jin | 2023-03-24 | 1 | -1/+1 |
| | | |||||
| * | fix yue build. | Li Jin | 2023-03-23 | 1 | -8/+8 |
| | | |||||
| * | fix issue #126 by reserving comments before statements | Li Jin | 2023-02-27 | 1 | -0/+3 |
| | | |||||
| * | fix stack overflow issue in yue.to_ast(). | Li Jin | 2023-01-31 | 1 | -9/+9 |
| | | |||||
| * | update Year. | Li Jin | 2023-01-17 | 1 | -1/+1 |
| | | |||||
| * | fix issue #122, add option to build yue tool without file watcher function. | Li Jin | 2023-01-12 | 1 | -0/+13 |
| | | |||||
| * | Add a range_error catch in main compilation code (#121) | Даниил Николаев (NeverMine) | 2023-01-10 | 1 | -1/+6 |
| | | |||||
| * | add -t support for -w option. | Li Jin | 2022-11-17 | 1 | -19/+23 |
| | | |||||
| * | update version.v0.15.14 | Li Jin | 2022-11-16 | 1 | -6/+7 |
| | | |||||
| * | fix build. update doc. | Li Jin | 2022-11-16 | 1 | -3/+8 |
| | | |||||
| * | fix issues detected by MSVC. | Li Jin | 2022-11-15 | 1 | -1/+8 |
| | | |||||
| * | adding -w option to Yuescript tool. | Li Jin | 2022-11-15 | 1 | -4/+160 |
| | | |||||
| * | refactor parser to be a little faster. | Li Jin | 2022-11-11 | 1 | -10/+3 |
| | | |||||
| * | updating doc. | Li Jin | 2022-09-30 | 1 | -0/+3 |
| | | |||||
| * | fix format. | Li Jin | 2022-08-19 | 1 | -31/+31 |
| | | |||||
| * | make destructuring work on function multiple returned values, fix `a, b[] = ↵ | Li Jin | 2022-07-26 | 1 | -4/+4 |
| | | | | | 1` crashing issue, no longer support implicit declaring variable to be nil. | ||||
| * | add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵ | Li Jin | 2022-07-24 | 1 | -16/+23 |
| | | | | | destructure. make import item const by default. | ||||
| * | add -g option for yue cmd tool. | Li Jin | 2022-07-22 | 1 | -1/+15 |
| | | |||||
| * | auto add search path for cmd tools. | Li Jin | 2022-07-13 | 1 | -7/+13 |
| | | |||||
| * | disable exporting macro from a normal module. | Li Jin | 2022-07-05 | 1 | -0/+3 |
| | | |||||
| * | add global "arg" for CLI arguments. | Li Jin | 2022-03-05 | 1 | -1/+8 |
| | | |||||
| * | New year. | Li Jin | 2022-01-04 | 1 | -1/+1 |
| | | |||||
| * | fix issue #70. | Li Jin | 2021-11-29 | 1 | -0/+12 |
| | | |||||
| * | try to fix issue #69 with new macro functions. add builtin macro $MODULE and ↵ | Li Jin | 2021-11-19 | 1 | -2/+4 |
| | | | | | $LINE. | ||||
| * | cleanup. | Li Jin | 2021-09-19 | 1 | -1/+2 |
| | | |||||
| * | support passing comand line argument in another way. | Li Jin | 2021-08-10 | 1 | -7/+12 |
| | | |||||
| * | Fix: yue -- not stoping read at EOF (#60) | Shadman | 2021-07-26 | 1 | -1/+1 |
| | | |||||
| * | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 1 | -0/+570 |
