aboutsummaryrefslogtreecommitdiff
path: root/docker (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-23prevent more anonymous functions generating from `const`, `close` decl.Li Jin5-202/+221
2024-05-17fix more cases in try-catch syntax.v0.23.6Li Jin10-137/+556
2024-05-16fix ambiguous issue in try-catch syntax.v0.23.4Li Jin5-180/+272
2024-04-25fix a traceback rewrite issue.Li Jin1-3/+3
2024-04-23fix code gen check.Li Jin2-2/+2
2024-04-23fix doc.Li Jin2-3/+3
2024-04-03Update macos.ymlv0.23.3Li Jin1-1/+1
2024-04-03Update macos.ymlLi Jin1-1/+1
2024-04-03fix a wrong case that marks for-each loop key variable constant.Li Jin1-1/+4
2024-03-25remove one more redundant 'do' block from destructuring.Li Jin20-500/+320
2024-03-21remove one more redundant 'do' block from try-catch.v0.23.2Li Jin3-53/+63
2024-03-21remove redundant 'do' blocks in code generation.Li Jin54-4534/+4013
2024-03-19more test cases.v0.23.0Li Jin4-1/+62
2024-03-19fix nil coalescing anonymous function moving issue. add test cases.Li Jin3-5/+715
2024-03-19fix Lua 5.1 close attribute compatible function.Li Jin2-45/+50
2024-03-19Object literals in README (#165)snan1-2/+2
2024-03-19fix anonymous function args order.Li Jin4-42/+50
2024-03-19try fixing issue #162.Li Jin15-819/+1328
2024-03-12Added option to stop implicit returns on the root. (#164)v0.22.3Liga1-3/+8
2024-03-12Fixed undeclared specifier in yue_compiler.cpp (#163)Retro1-1/+1
2024-03-06forgot to remove an unnecessary const declaration.Li Jin1-2/+1
2024-03-04add default return declaration for function literal.v0.22.2Li Jin7-10/+176
2024-02-28confirmed only the index/key variable is const in for-loop.v0.22.1Li Jin1-4/+7
2024-02-28update year.v0.22.0Li Jin2-2/+2
2024-02-28mark vars in for-loop const by default, because Lua 5.5 did it.Li Jin1-2/+6
2024-02-05fix an empty check case.v0.21.8Li Jin3-10/+26
2024-02-05fix in-expression format issue.v0.21.7Li Jin9-175/+238
2024-02-05fix more invalid in-expression use cases.Li Jin3-2/+148
2024-01-04more yearly update.Li Jin3-3/+3
2024-01-04happy new year!Li Jin11-11/+11
2023-12-19fix a const list destructuring case.Li Jin6-4/+29
2023-12-19fix a crash case.Li Jin1-1/+2
2023-12-18fix a format case.Li Jin3-5/+17
2023-12-14fix invalid formation.v0.21.3Li Jin4-35/+112
2023-12-13Update ubuntu.ymlLi Jin1-1/+1
2023-12-13add yue.format() function. fix yue ast to code function issues.Li Jin8-76/+535
2023-12-13Update ubuntu.ymlLi Jin1-0/+1
2023-12-13Update macos.ymlLi Jin1-0/+1
2023-12-11update version.Li Jin1-1/+1
2023-12-11fix empty block ends with eof issue.Li Jin3-1/+35
2023-12-07changed the if-assignment syntax to prevent some errors.v0.21.0Li Jin22-94/+104
2023-12-07fixing issue #157.Li Jin2-7/+20
2023-12-07fix a web compiler issue mentioned in #158.Li Jin1-0/+2
2023-12-06update Lua 5.4.Li Jin6-95/+141
2023-11-28Update static.ymlLi Jin1-2/+1
2023-11-28Update static.ymlLi Jin1-0/+2
2023-11-28update Chinese doc.Li Jin1-43/+40
2023-11-27fix luaminify issue.Li Jin2-5/+11
2023-11-19make function call args a consistent behavior with table list.v0.20.7Li Jin6-7/+54
2023-11-15fix a crash case for import statement.Li Jin1-14/+21