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 (
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
2
-21
/
+14
*
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
10
-14
/
+159
*
make destructuring work on function multiple returned values, fix `a, b[] = 1...
Li Jin
2022-07-26
6
-6
/
+31
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr...
Li Jin
2022-07-24
16
-33
/
+63
*
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
2
-3
/
+9
*
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
1
-0
/
+5
*
fix table matching issue and update doc.
Li Jin
2022-07-14
2
-19
/
+15
*
auto add search path for cmd tools.
Li Jin
2022-07-13
5
-11
/
+3
*
add table pattern matching syntax and fix issue #93, remove a confusing defau...
Li Jin
2022-07-12
4
-58
/
+416
*
cleanup.
Li Jin
2022-07-07
1
-3
/
+3
*
add spec.
Li Jin
2022-07-07
3
-1
/
+44
*
disable exporting macro from a normal module.
Li Jin
2022-07-05
5
-15
/
+18
*
fix issue #105.
Li Jin
2022-06-12
2
-0
/
+40
*
fix issue #104.
Li Jin
2022-06-03
2
-0
/
+3
*
fix spec.
Li Jin
2022-05-24
2
-7
/
+9
*
add favicon and tests.
v0.10.23
Li Jin
2022-05-24
4
-0
/
+2013
*
fixing #102 by adding extra condition assignment while continue skip the loop.
Li Jin
2022-05-16
1
-0
/
+2
*
fix issue #101 by supporting metamethod syntax in class block.
Li Jin
2022-05-16
2
-2
/
+39
*
fix issue #97 by line decorator.
Li Jin
2022-05-16
3
-2
/
+49
*
fix issue #102. fix `continue` statement locating issue.
Li Jin
2022-05-16
2
-1
/
+30
*
add update syntax support for //. fix issue #96.
Li Jin
2022-05-13
2
-0
/
+2
*
add spread syntax support for table block. fix a gcc compiler issue. update doc.
Li Jin
2022-04-25
4
-0
/
+121
*
add support for the Fill Operator. fix issue #39.
Li Jin
2022-04-24
2
-25
/
+121
*
fix spreading syntax behavior.
Li Jin
2022-04-24
2
-0
/
+127
*
add placeholder support for list destructuring. fix part of issue #93.
Li Jin
2022-04-20
2
-0
/
+10
*
change the behavior dealing with class and common table when doing mixin.
Li Jin
2022-04-07
1
-3
/
+4
*
fix class initializing procedure again.
v0.10.10
Li Jin
2022-04-07
1
-16
/
+16
*
fix class initializing procedure.
Li Jin
2022-04-07
1
-1
/
+1
*
allow doing mixin with a class and a table.
Li Jin
2022-04-06
2
-3
/
+6
*
doing the mixing after the class object initialized.
Li Jin
2022-04-06
1
-13
/
+13
*
adding support for fixing issue #85.
Li Jin
2022-04-06
5
-44
/
+130
*
try fixing overriding issue mentioned in issue #84.
Li Jin
2022-04-02
1
-1
/
+1
*
fix some ambiguous syntax caused by arg table block.
Li Jin
2022-04-01
3
-4
/
+104
*
fix more cases that global values are not being cached.
Li Jin
2022-03-14
4
-4
/
+79
*
fix issue #82.
Li Jin
2022-03-05
1
-6
/
+10
*
add an extra idiom for Lua pcall / xpcall: print result if success, result = ...
Li Jin
2022-02-21
2
-18
/
+70
*
fix a line number reservation issue.
Li Jin
2022-02-21
1
-3
/
+1
*
fixing issue #80.
Li Jin
2022-02-21
2
-0
/
+57
*
fix an extra global check case.
Li Jin
2022-02-15
2
-0
/
+22
*
fix a global variable check case.
Li Jin
2022-02-15
6
-90
/
+164
*
fixing issue #77. change table appending syntax to: tb[] = 1
Li Jin
2022-02-14
2
-14
/
+37
*
fix typo.
Li Jin
2022-02-14
2
-0
/
+0
*
add a missed local variable check.
Li Jin
2022-02-11
1
-5
/
+6
*
add Lua table appending idiom: tb #= 123
Li Jin
2022-02-11
2
-1
/
+30
*
fix a case nil coalesing used as update assignment.
Li Jin
2022-02-09
2
-0
/
+30
*
fix the way update assignment is implemented.
Li Jin
2022-02-09
2
-1
/
+16
*
fix a case combining the use of existential op and metatable op. raise error ...
Li Jin
2022-02-08
2
-5
/
+30
[prev]
[next]