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
path:
root
/
spec
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add builtin macro $is_ast().
Li Jin
2024-08-09
2
-4
/
+3
|
*
add yue.is_ast().
Li Jin
2024-08-09
2
-1
/
+13
|
*
add macros generating macros feature.
v0.23.9
Li Jin
2024-08-05
5
-1
/
+65
|
*
fix spread exp list in up-value function issue.
v0.23.8
Li Jin
2024-05-31
1
-2
/
+2
|
*
prevent more anonymous functions generating from `const`, `close` decl.
Li Jin
2024-05-23
4
-190
/
+185
|
*
fix more cases in try-catch syntax.
v0.23.6
Li Jin
2024-05-17
9
-121
/
+246
|
*
fix ambiguous issue in try-catch syntax.
v0.23.4
Li Jin
2024-05-16
4
-168
/
+215
|
*
fix code gen check.
Li Jin
2024-04-23
2
-2
/
+2
|
*
remove one more redundant 'do' block from destructuring.
Li Jin
2024-03-25
19
-489
/
+303
|
*
remove one more redundant 'do' block from try-catch.
v0.23.2
Li Jin
2024-03-21
2
-22
/
+9
|
*
remove redundant 'do' blocks in code generation.
Li Jin
2024-03-21
53
-4408
/
+3814
|
*
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
2
-0
/
+709
|
*
fix Lua 5.1 close attribute compatible function.
Li Jin
2024-03-19
1
-31
/
+41
|
*
fix anonymous function args order.
Li Jin
2024-03-19
3
-34
/
+34
|
*
try fixing issue #162.
Li Jin
2024-03-19
11
-578
/
+682
|
*
add default return declaration for function literal.
v0.22.2
Li Jin
2024-03-04
2
-0
/
+105
|
*
fix an empty check case.
v0.21.8
Li Jin
2024-02-05
2
-1
/
+9
|
*
fix in-expression format issue.
v0.21.7
Li Jin
2024-02-05
4
-5
/
+91
|
*
fix more invalid in-expression use cases.
Li Jin
2024-02-05
2
-0
/
+88
|
*
fix a const list destructuring case.
Li Jin
2023-12-19
3
-0
/
+23
|
*
fix invalid formation.
v0.21.3
Li Jin
2023-12-14
1
-14
/
+1
|
*
add yue.format() function. fix yue ast to code function issues.
Li Jin
2023-12-13
2
-0
/
+259
|
*
fix empty block ends with eof issue.
Li Jin
2023-12-11
2
-0
/
+34
|
*
changed the if-assignment syntax to prevent some errors.
v0.21.0
Li Jin
2023-12-07
16
-57
/
+57
|
*
make function call args a consistent behavior with table list.
v0.20.7
Li Jin
2023-11-19
2
-0
/
+35
|
*
fix a missing case for condition chaining.
v0.20.5
Li Jin
2023-11-09
2
-0
/
+13
|
*
fix table matching syntax in switch statement with list table.
v0.20.4
Li Jin
2023-11-02
2
-0
/
+41
|
*
add luarocks upload. [skip CI]
Li Jin
2023-11-01
2
-0
/
+83
|
*
add doc codes check.
Li Jin
2023-10-31
4
-0
/
+8381
|
*
fix a missing case for list destructuring.
Li Jin
2023-10-27
2
-0
/
+32
|
*
remove unnecessary multiline declaration for list table assignment.
Li Jin
2023-10-23
2
-122
/
+132
|
*
fix chaining condition evaluation rules.
v0.20.1
Li Jin
2023-10-23
3
-4
/
+185
|
*
add missing codes.
Li Jin
2023-10-22
1
-0
/
+16
|
*
fixing issues from #152.
Li Jin
2023-10-22
12
-99
/
+257
|
*
fixing issue #153.
v0.19.6
Li Jin
2023-10-17
2
-0
/
+52
|
*
fixing issue #150.
v0.19.5
Li Jin
2023-10-06
2
-0
/
+8
|
*
added `from import` for issue #149.
Li Jin
2023-09-25
2
-0
/
+62
|
*
fixing issue #149.
Li Jin
2023-09-22
2
-0
/
+27
|
*
fix inline variable renaming.
v0.19.2
Li Jin
2023-08-30
2
-10
/
+10
|
*
fix spec.
v0.19.1
Li Jin
2023-08-17
4
-54
/
+0
|
*
add unicode identifier support, fix more issue from #144
Li Jin
2023-08-17
85
-11
/
+13119
|
*
add more tests.
Li Jin
2023-08-09
2
-0
/
+50
|
*
make vararg assignment work with line decorator.
Li Jin
2023-08-08
2
-0
/
+67
|
*
fixing issue #143 and #144.
Li Jin
2023-08-07
3
-24
/
+290
|
*
made a little optimization for try-catch syntax.
Li Jin
2023-07-28
3
-8
/
+18
|
*
fix test file path.
v0.17.12
Li Jin
2023-07-28
1
-0
/
+0
|
*
fix xpcall usages in different Lua version.
Li Jin
2023-07-28
10
-5
/
+76
|
*
fix wrong codes generation for in-expression.
v0.17.8
Li Jin
2023-07-20
2
-14
/
+69
|
*
fix a missing case for in expression.
v0.17.6
Li Jin
2023-07-13
2
-2
/
+2
|
[next]