index
:
yuescript
0.5.0
main
moonplus
parserlib
pegtl
teal-typed
A mirror of https://github.com/pigpigyyy/Yuescript.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix not marking variables from `import from` statement to be const issue.
v0.14.4
Li Jin
2022-07-29
3
-23
/
+19
*
add missing operator checks for update assignment.
Li Jin
2022-07-28
3
-11
/
+11
*
check Lua target for some special operators.
Li Jin
2022-07-28
1
-1
/
+20
*
adding test cases.
Li Jin
2022-07-27
4
-217
/
+272
*
fix missing checks and issues related to destrucuring in if branches.
Li Jin
2022-07-26
11
-100
/
+273
*
fix issue #107.
Li Jin
2022-07-26
1
-0
/
+2
*
make destructuring work on function multiple returned values, fix `a, b[] = 1...
Li Jin
2022-07-26
8
-64
/
+172
*
cleanup.
Li Jin
2022-07-25
1
-4
/
+12
*
cleanup.
Li Jin
2022-07-25
1
-3
/
+3
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr...
Li Jin
2022-07-24
23
-134
/
+321
*
add -g option for yue cmd tool.
Li Jin
2022-07-22
3
-2
/
+27
*
fix .gitattributes
Li Jin
2022-07-15
1
-0
/
+1
*
add spec.
v0.13.6
Li Jin
2022-07-14
2
-0
/
+38
*
fix else clause issue in switch statement with table matching.
Li Jin
2022-07-14
3
-7
/
+17
*
add missing generated codes.
Li Jin
2022-07-14
1
-0
/
+18
*
fix a case when doing optional destructuring for metatable.
Li Jin
2022-07-14
2
-2
/
+7
*
update doc and changelog.
v0.13.4
Li Jin
2022-07-14
2
-6
/
+70
*
fix table matching issue and update doc.
Li Jin
2022-07-14
4
-49
/
+176
*
auto add search path for cmd tools.
Li Jin
2022-07-13
10
-32
/
+44
*
report syntax error when mix destructures and other expressions in switch whe...
Li Jin
2022-07-13
2
-2
/
+2
*
fix build.
Li Jin
2022-07-12
1
-3
/
+3
*
add table pattern matching syntax and fix issue #93, remove a confusing defau...
Li Jin
2022-07-12
8
-318
/
+790
*
cleanup.
Li Jin
2022-07-07
1
-3
/
+3
*
add spec.
Li Jin
2022-07-07
3
-1
/
+44
*
Merge branch 'main' of https://github.com/pigpigyyy/Yuescript
Li Jin
2022-07-05
1
-1
/
+1
|
\
|
*
Update windows.yml
Li Jin
2022-06-26
1
-1
/
+1
*
|
disable exporting macro from a normal module.
Li Jin
2022-07-05
9
-24
/
+80
|
/
*
remove some invalid codes.
Li Jin
2022-06-12
1
-7
/
+0
*
fix issue #105.
Li Jin
2022-06-12
6
-19
/
+87
*
Merge branch 'main' of https://github.com/pigpigyyy/Yuescript
Li Jin
2022-06-06
4
-6
/
+9
|
\
|
*
fix issue #104.
Li Jin
2022-06-03
4
-6
/
+9
*
|
update Discord badge.
Li Jin
2022-06-02
1
-1
/
+1
|
/
*
remove codes disabling attribute function with Lua 5.1.
Li Jin
2022-05-25
1
-15
/
+1
*
fix spec.
Li Jin
2022-05-24
2
-7
/
+9
*
mark variables with both attributes "const" and "close" to be constant in com...
Li Jin
2022-05-24
1
-10
/
+4
*
add favicon and tests.
v0.10.23
Li Jin
2022-05-24
12
-3
/
+2021
*
fixing #102 by adding extra condition assignment while continue skip the loop.
Li Jin
2022-05-16
2
-14
/
+29
*
fix issue #101 by supporting metamethod syntax in class block.
Li Jin
2022-05-16
4
-4
/
+65
*
fix issue #97 by line decorator.
Li Jin
2022-05-16
4
-4
/
+111
*
fix issue #102. fix `continue` statement locating issue.
Li Jin
2022-05-16
3
-7
/
+108
*
fix issue #100.
Li Jin
2022-05-15
1
-2
/
+6
*
fix issue #97.
Li Jin
2022-05-13
1
-0
/
+15
*
add update syntax support for //. fix issue #96.
Li Jin
2022-05-13
4
-1
/
+4
*
fix changelog.
Li Jin
2022-05-12
1
-4
/
+7
*
doc: add note for `#{}` syntax (#95)
Ekickx
2022-05-12
1
-0
/
+2
*
changelog: update from 0.10.15 to 0.10.17 (#94)
apologetik
2022-05-07
1
-0
/
+43
*
add to_ast function.
Li Jin
2022-05-06
4
-138
/
+224
*
prevent text mode macro from inserting line numbers in generated codes.
Li Jin
2022-04-29
2
-12
/
+15
*
fix typo.
Li Jin
2022-04-25
1
-1
/
+1
*
update doc.
Li Jin
2022-04-25
1
-41
/
+80
[next]