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
/
outputs
/
destructure.lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix more cases for evaluation order of multi-value assignments.
v0.25.1
Li Jin
2024-09-04
1
-2
/
+3
*
fix correct evaluation order for multi-value assignments.
v0.25.0
Li Jin
2024-09-03
1
-12
/
+37
*
remove one more redundant 'do' block from destructuring.
Li Jin
2024-03-25
1
-119
/
+79
*
remove redundant 'do' blocks in code generation.
Li Jin
2024-03-21
1
-74
/
+62
*
fix a missing case for list destructuring.
Li Jin
2023-10-27
1
-0
/
+24
*
fixing Linux build.
Li Jin
2023-03-23
1
-22
/
+22
*
add metamethods checking.
Li Jin
2022-12-28
1
-34
/
+38
*
fix table pattern matching. confirm fixing issue #116.
Li Jin
2022-11-21
1
-11
/
+22
*
fix default value issue when doing metatable destructuring.
v0.15.13
Li Jin
2022-11-11
1
-0
/
+105
*
added a missing scope.
Li Jin
2022-09-08
1
-2
/
+17
*
redesigned metatable syntax. add support for destructuring a field with strin...
Li Jin
2022-09-08
1
-0
/
+61
*
make destructuring work on function multiple returned values, fix `a, b[] = 1...
Li Jin
2022-07-26
1
-0
/
+21
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr...
Li Jin
2022-07-24
1
-2
/
+23
*
add table pattern matching syntax and fix issue #93, remove a confusing defau...
Li Jin
2022-07-12
1
-50
/
+71
*
add placeholder support for list destructuring. fix part of issue #93.
Li Jin
2022-04-20
1
-0
/
+7
*
fix a global variable check case.
Li Jin
2022-02-15
1
-2
/
+5
*
fix test.
Li Jin
2021-10-12
1
-0
/
+357