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
/
src
(
follow
)
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
1
-2
/
+5
*
add missing operator checks for update assignment.
Li Jin
2022-07-28
2
-10
/
+9
*
check Lua target for some special operators.
Li Jin
2022-07-28
1
-1
/
+20
*
fix missing checks and issues related to destrucuring in if branches.
Li Jin
2022-07-26
1
-86
/
+114
*
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
2
-58
/
+141
*
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
6
-99
/
+256
*
add -g option for yue cmd tool.
Li Jin
2022-07-22
3
-2
/
+27
*
fix else clause issue in switch statement with table matching.
Li Jin
2022-07-14
1
-4
/
+8
*
fix a case when doing optional destructuring for metatable.
Li Jin
2022-07-14
1
-2
/
+2
*
fix table matching issue and update doc.
Li Jin
2022-07-14
1
-25
/
+47
*
auto add search path for cmd tools.
Li Jin
2022-07-13
4
-19
/
+39
*
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
4
-260
/
+374
*
disable exporting macro from a normal module.
Li Jin
2022-07-05
4
-9
/
+62
*
remove some invalid codes.
Li Jin
2022-06-12
1
-7
/
+0
*
fix issue #105.
Li Jin
2022-06-12
4
-19
/
+47
*
fix issue #104.
Li Jin
2022-06-03
2
-6
/
+6
*
remove codes disabling attribute function with Lua 5.1.
Li Jin
2022-05-25
1
-15
/
+1
*
mark variables with both attributes "const" and "close" to be constant in com...
Li Jin
2022-05-24
1
-10
/
+4
*
fixing #102 by adding extra condition assignment while continue skip the loop.
Li Jin
2022-05-16
1
-14
/
+27
*
fix issue #101 by supporting metamethod syntax in class block.
Li Jin
2022-05-16
2
-2
/
+26
*
fix issue #97 by line decorator.
Li Jin
2022-05-16
1
-2
/
+62
*
fix issue #102. fix `continue` statement locating issue.
Li Jin
2022-05-16
1
-6
/
+78
*
fix issue #100.
Li Jin
2022-05-15
1
-2
/
+6
*
add update syntax support for //. fix issue #96.
Li Jin
2022-05-13
2
-1
/
+2
*
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
1
-9
/
+12
*
add spread syntax support for table block. fix a gcc compiler issue. update doc.
Li Jin
2022-04-25
4
-140
/
+227
*
add support for the Fill Operator. fix issue #39.
Li Jin
2022-04-24
1
-158
/
+168
*
fix spreading syntax behavior.
Li Jin
2022-04-24
1
-12
/
+33
*
adding table spreading syntax.
Li Jin
2022-04-22
4
-15
/
+209
*
add placeholder support for list destructuring. fix part of issue #93.
Li Jin
2022-04-20
1
-1
/
+2
*
change the behavior dealing with class and common table when doing mixin.
Li Jin
2022-04-07
1
-4
/
+7
*
fix class initializing procedure again.
v0.10.10
Li Jin
2022-04-07
1
-11
/
+10
*
fix class initializing procedure.
Li Jin
2022-04-07
2
-12
/
+12
*
allow doing mixin with a class and a table.
Li Jin
2022-04-06
1
-1
/
+1
*
doing the mixing after the class object initialized.
Li Jin
2022-04-06
1
-10
/
+11
*
adding support for fixing issue #85.
Li Jin
2022-04-06
1
-8
/
+8
*
try fixing overriding issue mentioned in issue #84.
Li Jin
2022-04-02
1
-2
/
+2
*
fix some ambiguous syntax caused by arg table block.
Li Jin
2022-04-01
3
-26
/
+36
*
cleanup.
Li Jin
2022-03-17
2
-25
/
+18
*
fix more cases that global values are not being cached.
Li Jin
2022-03-14
1
-16
/
+25
*
fix issue #83.
v0.10.6
Li Jin
2022-03-14
1
-2
/
+2
*
add global "arg" for CLI arguments.
Li Jin
2022-03-05
1
-1
/
+8
*
fix issue #82.
Li Jin
2022-03-05
1
-3
/
+20
*
fix loader order. fix script not found error message.
Li Jin
2022-03-03
2
-17
/
+21
[prev]
[next]