| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a Lua stack size not enough issue.v0.24.1 | Li Jin | 2024-08-12 | 2 | -101/+99 |
* | fix Lua5.1 build.v0.24.0 | Li Jin | 2024-08-10 | 1 | -6/+6 |
* | add a reusable macro env. | Li Jin | 2024-08-10 | 2 | -1/+7 |
* | fix macro function line number handling. | Li Jin | 2024-08-10 | 2 | -22/+4 |
* | add builtin macro $to_ast(). | Li Jin | 2024-08-09 | 1 | -0/+24 |
* | add builtin macro $is_ast(). | Li Jin | 2024-08-09 | 4 | -70/+108 |
* | add yue.is_ast(). | Li Jin | 2024-08-09 | 5 | -188/+256 |
* | add macros generating macros feature.v0.23.9 | Li Jin | 2024-08-05 | 5 | -28/+77 |
* | fix spread exp list in up-value function issue.v0.23.8 | Li Jin | 2024-05-31 | 1 | -16/+35 |
* | prevent more anonymous functions generating from `const`, `close` decl. | Li Jin | 2024-05-23 | 1 | -12/+36 |
* | fix more cases in try-catch syntax.v0.23.6 | Li Jin | 2024-05-17 | 1 | -16/+310 |
* | fix ambiguous issue in try-catch syntax.v0.23.4 | Li Jin | 2024-05-16 | 1 | -12/+57 |
* | fix a traceback rewrite issue. | Li Jin | 2024-04-25 | 1 | -3/+3 |
* | fix a wrong case that marks for-each loop key variable constant. | Li Jin | 2024-04-03 | 1 | -1/+4 |
* | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 1 | -11/+17 |
* | remove one more redundant 'do' block from try-catch.v0.23.2 | Li Jin | 2024-03-21 | 1 | -31/+54 |
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -126/+199 |
* | fix nil coalescing anonymous function moving issue. add test cases. | Li Jin | 2024-03-19 | 1 | -5/+6 |
* | fix Lua 5.1 close attribute compatible function. | Li Jin | 2024-03-19 | 1 | -14/+9 |
* | fix anonymous function args order. | Li Jin | 2024-03-19 | 1 | -8/+16 |
* | try fixing issue #162. | Li Jin | 2024-03-19 | 4 | -241/+646 |
* | Added option to stop implicit returns on the root. (#164)v0.22.3 | Liga | 2024-03-12 | 1 | -3/+8 |
* | Fixed undeclared specifier in yue_compiler.cpp (#163) | Retro | 2024-03-12 | 1 | -1/+1 |
* | forgot to remove an unnecessary const declaration. | Li Jin | 2024-03-06 | 1 | -2/+1 |
* | add default return declaration for function literal.v0.22.2 | Li Jin | 2024-03-04 | 5 | -10/+71 |
* | confirmed only the index/key variable is const in for-loop.v0.22.1 | Li Jin | 2024-02-28 | 1 | -4/+7 |
* | mark vars in for-loop const by default, because Lua 5.5 did it. | Li Jin | 2024-02-28 | 1 | -2/+6 |
* | fix an empty check case.v0.21.8 | Li Jin | 2024-02-05 | 1 | -9/+17 |
* | fix in-expression format issue.v0.21.7 | Li Jin | 2024-02-05 | 5 | -170/+147 |
* | fix more invalid in-expression use cases. | Li Jin | 2024-02-05 | 1 | -2/+60 |
* | happy new year! | Li Jin | 2024-01-04 | 11 | -11/+11 |
* | fix a const list destructuring case. | Li Jin | 2023-12-19 | 3 | -4/+6 |
* | fix a crash case. | Li Jin | 2023-12-19 | 1 | -1/+2 |
* | fix a format case. | Li Jin | 2023-12-18 | 2 | -4/+16 |
* | fix invalid formation.v0.21.3 | Li Jin | 2023-12-14 | 3 | -21/+111 |
* | add yue.format() function. fix yue ast to code function issues. | Li Jin | 2023-12-13 | 6 | -76/+276 |
* | update version. | Li Jin | 2023-12-11 | 1 | -1/+1 |
* | fix empty block ends with eof issue. | Li Jin | 2023-12-11 | 1 | -1/+1 |
* | changed the if-assignment syntax to prevent some errors.v0.21.0 | Li Jin | 2023-12-07 | 4 | -15/+25 |
* | fixing issue #157. | Li Jin | 2023-12-07 | 2 | -7/+20 |
* | update Lua 5.4. | Li Jin | 2023-12-06 | 6 | -95/+141 |
* | fix luaminify issue. | Li Jin | 2023-11-27 | 2 | -5/+11 |
* | make function call args a consistent behavior with table list.v0.20.7 | Li Jin | 2023-11-19 | 4 | -7/+19 |
* | fix a crash case for import statement. | Li Jin | 2023-11-15 | 1 | -14/+21 |
* | fix a missing case for condition chaining.v0.20.5 | Li Jin | 2023-11-09 | 1 | -24/+25 |
* | fix table matching syntax in switch statement with list table.v0.20.4 | Li Jin | 2023-11-02 | 1 | -3/+10 |
* | remove miss copied file. | Li Jin | 2023-10-27 | 1 | -21/+0 |
* | fix a missing case for list destructuring. | Li Jin | 2023-10-27 | 4 | -3/+31 |
* | remove unnecessary multiline declaration for list table assignment. | Li Jin | 2023-10-23 | 1 | -4/+9 |
* | fix chaining condition evaluation rules.v0.20.1 | Li Jin | 2023-10-23 | 1 | -101/+164 |