index
:
yuescript
0.5.0
main
moonplus
parserlib
pegtl
teal-typed
A mirror of https://github.com/pigpigyyy/Yuescript.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed MoonScript issue # 459.
v0.26.1
Li Jin
2024-12-19
4
-7
/
+169
*
Updated WASM build.
Li Jin
2024-10-31
2
-7
/
+8
*
Fixed WASM build.
v0.26.0
Li Jin
2024-10-31
1
-109
/
+90
*
Fixed issue #175 and #177.
Li Jin
2024-10-31
3
-55
/
+137
*
Add Support WASM ESM and CommonJs module, Typescript. (#176)
深淵の鴿子
2024-10-28
3
-1
/
+208
*
Fixed issue #174.
Li Jin
2024-10-19
24
-109
/
+332
*
Fixed a miss indent and removed an unnecessary do block.
v0.25.5
Li Jin
2024-10-08
4
-9
/
+16
*
Cleaned up.
v0.25.4
Li Jin
2024-09-29
1
-5
/
+1
*
Disallowed some semantically incorrect syntax to improve code consistency.
Li Jin
2024-09-29
8
-112
/
+121
*
Removed useless `do` block in `with`.
Li Jin
2024-09-28
2
-20
/
+23
*
Fixed a few issues.
v0.25.2
Li Jin
2024-09-26
8
-21
/
+66
*
fix more cases for evaluation order of multi-value assignments.
v0.25.1
Li Jin
2024-09-04
8
-101
/
+194
*
fix correct evaluation order for multi-value assignments.
v0.25.0
Li Jin
2024-09-03
10
-124
/
+257
*
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
*
update docs.
Li Jin
2024-08-10
2
-0
/
+1554
*
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
6
-74
/
+111
*
add yue.is_ast().
Li Jin
2024-08-09
7
-189
/
+269
*
add macros generating macros feature.
v0.23.9
Li Jin
2024-08-05
12
-29
/
+225
*
fix spread exp list in up-value function issue.
v0.23.8
Li Jin
2024-05-31
2
-18
/
+37
*
prevent more anonymous functions generating from `const`, `close` decl.
Li Jin
2024-05-23
5
-202
/
+221
*
fix more cases in try-catch syntax.
v0.23.6
Li Jin
2024-05-17
10
-137
/
+556
*
fix ambiguous issue in try-catch syntax.
v0.23.4
Li Jin
2024-05-16
5
-180
/
+272
*
fix a traceback rewrite issue.
Li Jin
2024-04-25
1
-3
/
+3
*
fix code gen check.
Li Jin
2024-04-23
2
-2
/
+2
*
fix doc.
Li Jin
2024-04-23
2
-3
/
+3
*
Update macos.yml
v0.23.3
Li Jin
2024-04-03
1
-1
/
+1
*
Update macos.yml
Li Jin
2024-04-03
1
-1
/
+1
*
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
20
-500
/
+320
*
remove one more redundant 'do' block from try-catch.
v0.23.2
Li Jin
2024-03-21
3
-53
/
+63
*
remove redundant 'do' blocks in code generation.
Li Jin
2024-03-21
54
-4534
/
+4013
*
more test cases.
v0.23.0
Li Jin
2024-03-19
4
-1
/
+62
*
fix nil coalescing anonymous function moving issue. add test cases.
Li Jin
2024-03-19
3
-5
/
+715
*
fix Lua 5.1 close attribute compatible function.
Li Jin
2024-03-19
2
-45
/
+50
*
Object literals in README (#165)
snan
2024-03-19
1
-2
/
+2
*
fix anonymous function args order.
Li Jin
2024-03-19
4
-42
/
+50
*
try fixing issue #162.
Li Jin
2024-03-19
15
-819
/
+1328
*
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
7
-10
/
+176
*
confirmed only the index/key variable is const in for-loop.
v0.22.1
Li Jin
2024-02-28
1
-4
/
+7
*
update year.
v0.22.0
Li Jin
2024-02-28
2
-2
/
+2
*
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
3
-10
/
+26
*
fix in-expression format issue.
v0.21.7
Li Jin
2024-02-05
9
-175
/
+238
[next]