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
/
inputs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
redesigned metatable syntax. add support for destructuring a field with strin...
Li Jin
2022-09-08
8
-53
/
+96
*
fix a missing argument number check.
Li Jin
2022-08-16
1
-12
/
+20
*
fix not marking variables from `import from` statement to be const issue.
v0.14.4
Li Jin
2022-07-29
1
-7
/
+2
*
adding test cases.
Li Jin
2022-07-27
3
-217
/
+236
*
fix missing checks and issues related to destrucuring in if branches.
Li Jin
2022-07-26
5
-7
/
+58
*
make destructuring work on function multiple returned values, fix `a, b[] = 1...
Li Jin
2022-07-26
3
-4
/
+8
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr...
Li Jin
2022-07-24
8
-16
/
+19
*
add spec.
v0.13.6
Li Jin
2022-07-14
1
-0
/
+10
*
fix else clause issue in switch statement with table matching.
Li Jin
2022-07-14
1
-1
/
+1
*
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
1
-3
/
+3
*
auto add search path for cmd tools.
Li Jin
2022-07-13
4
-10
/
+2
*
add table pattern matching syntax and fix issue #93, remove a confusing defau...
Li Jin
2022-07-12
2
-1
/
+88
*
cleanup.
Li Jin
2022-07-07
1
-3
/
+3
*
add spec.
Li Jin
2022-07-07
2
-0
/
+24
*
disable exporting macro from a normal module.
Li Jin
2022-07-05
2
-9
/
+18
*
fix issue #105.
Li Jin
2022-06-12
1
-0
/
+14
*
fix issue #104.
Li Jin
2022-06-03
1
-0
/
+2
*
fix spec.
Li Jin
2022-05-24
1
-1
/
+1
*
add favicon and tests.
v0.10.23
Li Jin
2022-05-24
2
-0
/
+306
*
fix issue #101 by supporting metamethod syntax in class block.
Li Jin
2022-05-16
1
-2
/
+9
*
fix issue #97 by line decorator.
Li Jin
2022-05-16
1
-0
/
+8
*
fix issue #102. fix `continue` statement locating issue.
Li Jin
2022-05-16
1
-0
/
+8
*
add update syntax support for //. fix issue #96.
Li Jin
2022-05-13
1
-0
/
+1
*
add spread syntax support for table block. fix a gcc compiler issue. update doc.
Li Jin
2022-04-25
2
-0
/
+36
*
add support for the Fill Operator. fix issue #39.
Li Jin
2022-04-24
1
-0
/
+19
*
fix spreading syntax behavior.
Li Jin
2022-04-24
1
-0
/
+25
*
add placeholder support for list destructuring. fix part of issue #93.
Li Jin
2022-04-20
1
-0
/
+3
*
allow doing mixin with a class and a table.
Li Jin
2022-04-06
1
-1
/
+1
*
fix some ambiguous syntax caused by arg table block.
Li Jin
2022-04-01
2
-4
/
+35
*
fix more cases that global values are not being cached.
Li Jin
2022-03-14
2
-0
/
+24
*
add an extra idiom for Lua pcall / xpcall: print result if success, result = ...
Li Jin
2022-02-21
1
-12
/
+35
*
fixing issue #80.
Li Jin
2022-02-21
1
-0
/
+30
*
fix an extra global check case.
Li Jin
2022-02-15
1
-0
/
+8
*
fixing issue #77. change table appending syntax to: tb[] = 1
Li Jin
2022-02-14
1
-4
/
+13
*
fix typo.
Li Jin
2022-02-14
1
-0
/
+0
*
add Lua table appending idiom: tb #= 123
Li Jin
2022-02-11
1
-1
/
+12
*
fix a case nil coalesing used as update assignment.
Li Jin
2022-02-09
1
-0
/
+5
*
fix the way update assignment is implemented.
Li Jin
2022-02-09
1
-0
/
+5
*
fix a case combining the use of existential op and metatable op. raise error ...
Li Jin
2022-02-08
1
-0
/
+7
*
fix issue #76.
Li Jin
2022-02-08
1
-0
/
+7
*
eliminate some ambiguous syntax.
v0.9.5
Li Jin
2021-12-17
1
-0
/
+16
*
fix an new issue found by the example from issue #72
Li Jin
2021-12-17
1
-0
/
+4
*
fix an indent issue. add more macro specs. fixing issue #69.
Li Jin
2021-11-23
2
-2
/
+18
*
update macro spec and builtin Lua.
v0.9.1
Li Jin
2021-11-22
2
-13
/
+15
*
try to fix issue #69 with new macro functions. add builtin macro $MODULE and ...
Li Jin
2021-11-19
2
-19
/
+39
*
fix a wrong code generating issue, update builtin Lua.
Li Jin
2021-11-02
1
-0
/
+3
*
partially fix issue #69, fix a few case the generated code leaks some temp va...
Li Jin
2021-10-31
1
-0
/
+40
*
fix issue #68.
Li Jin
2021-10-11
1
-0
/
+2
*
fix.
Li Jin
2021-09-20
2
-2
/
+2
[next]