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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixing issue #153.
v0.19.6
Li Jin
2023-10-17
1
-0
/
+16
|
*
fixing issue #150.
v0.19.5
Li Jin
2023-10-06
1
-0
/
+2
|
*
added `from import` for issue #149.
Li Jin
2023-09-25
1
-0
/
+33
|
*
fixing issue #149.
Li Jin
2023-09-22
1
-0
/
+23
|
*
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
2
-38
/
+0
|
*
add unicode identifier support, fix more issue from #144
Li Jin
2023-08-17
42
-11
/
+8708
|
*
add more tests.
Li Jin
2023-08-09
1
-0
/
+32
|
*
make vararg assignment work with line decorator.
Li Jin
2023-08-08
1
-0
/
+45
|
*
fixing issue #143 and #144.
Li Jin
2023-08-07
2
-11
/
+272
|
*
made a little optimization for try-catch syntax.
Li Jin
2023-07-28
2
-8
/
+12
|
*
fix test file path.
v0.17.12
Li Jin
2023-07-28
1
-0
/
+71
|
*
fix xpcall usages in different Lua version.
Li Jin
2023-07-28
3
-0
/
+0
|
*
fix wrong codes generation for in-expression.
v0.17.8
Li Jin
2023-07-20
1
-13
/
+61
|
*
fix a missing case for in expression.
v0.17.6
Li Jin
2023-07-13
1
-1
/
+1
|
*
fix issue https://github.com/leafo/moonscript/issues/448
v0.17.5
Li Jin
2023-07-02
1
-0
/
+1
|
*
support list table checking to in-expression for issue #140
Li Jin
2023-06-30
1
-0
/
+85
|
*
fix assignment to in-expression with discrete values issue from #140
v0.17.3
Li Jin
2023-06-29
1
-0
/
+5
|
*
fix issue #139.
Li Jin
2023-06-29
1
-17
/
+17
|
*
fix more ambiguous Lua codes generation cases.
Li Jin
2023-06-25
6
-18
/
+33
|
*
add new syntax of in-expression.
Li Jin
2023-06-07
1
-0
/
+36
|
*
fix spec.
v0.16.5
Li Jin
2023-05-17
2
-9
/
+28
|
*
fix issue #133.
Li Jin
2023-05-17
6
-27
/
+35
|
*
fixing Linux build.
Li Jin
2023-03-23
2
-54
/
+54
|
*
refactor break loop keyword checking.
Li Jin
2023-01-29
2
-0
/
+101
|
*
fix cases from issue #120.
Li Jin
2023-01-29
2
-0
/
+6
|
*
add spec.
Li Jin
2023-01-18
1
-0
/
+7
|
*
add metamethods checking.
Li Jin
2022-12-28
3
-54
/
+63
|
*
update Lua.
Li Jin
2022-12-02
1
-0
/
+1
|
*
add more num lit specs.
Li Jin
2022-12-02
1
-0
/
+3
|
*
fix optimization case from issue #115.
Li Jin
2022-11-22
1
-14
/
+13
|
*
fix table pattern matching. confirm fixing issue #116.
Li Jin
2022-11-21
2
-27
/
+54
|
*
fix default value issue when doing metatable destructuring.
v0.15.13
Li Jin
2022-11-11
1
-0
/
+105
|
*
add chain assignment. fix issue #115.
Li Jin
2022-11-09
1
-0
/
+26
|
*
fix issue #114.
Li Jin
2022-11-09
2
-1
/
+240
|
*
fix issue #112 and issue #113.
Li Jin
2022-11-09
2
-0
/
+10
|
*
fix issue #111.
Li Jin
2022-10-21
1
-0
/
+10
|
*
fix issue #81, refactor continue with gotos.
Li Jin
2022-09-30
5
-181
/
+528
|
*
fix readme.
Li Jin
2022-09-13
1
-1
/
+31
|
*
added a missing scope.
Li Jin
2022-09-08
1
-2
/
+17
|
*
redesigned metatable syntax. add support for destructuring a field with ↵
Li Jin
2022-09-08
2
-0
/
+94
|
|
|
|
string and expression
*
fix a missing argument number check.
Li Jin
2022-08-16
1
-0
/
+16
|
*
fix not marking variables from `import from` statement to be const issue.
v0.14.4
Li Jin
2022-07-29
1
-14
/
+12
|
*
adding test cases.
Li Jin
2022-07-27
1
-0
/
+36
|
*
fix missing checks and issues related to destrucuring in if branches.
Li Jin
2022-07-26
5
-7
/
+101
|
*
make destructuring work on function multiple returned values, fix `a, b[] = ↵
Li Jin
2022-07-26
3
-2
/
+23
|
|
|
|
1` crashing issue, no longer support implicit declaring variable to be nil.
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵
Li Jin
2022-07-24
8
-17
/
+44
|
|
|
|
destructure. make import item const by default.
*
add spec.
v0.13.6
Li Jin
2022-07-14
1
-0
/
+28
|
*
fix else clause issue in switch statement with table matching.
Li Jin
2022-07-14
1
-2
/
+8
|
*
add missing generated codes.
Li Jin
2022-07-14
1
-0
/
+18
|
[next]