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 (
Collapse
)
Author
Age
Files
Lines
*
Allowed backcall without parentheses.
v0.28.2
Li Jin
28 hours
5
-3
/
+49
|
*
Added support for mark global var const without initial value.
Li Jin
30 hours
1
-5
/
+6
|
*
Added global const declaration.
Li Jin
31 hours
4
-26
/
+46
|
*
Added break with value syntax.
Li Jin
35 hours
5
-65
/
+150
|
*
Updated.
Li Jin
2025-05-07
1
-28
/
+38
|
*
Tried adding more table matching functions.
Li Jin
2025-05-07
2
-12
/
+68
|
*
Fixed build.
Li Jin
2025-04-17
1
-3
/
+4
|
*
Fixed issue #209.
Li Jin
2025-04-17
3
-13
/
+47
|
*
Fixing issue #206.
v0.27.4
Li Jin
2025-04-11
2
-3
/
+10
|
*
Updated efsw. Fixed issue #204.
Li Jin
2025-04-09
74
-2613
/
+2952
|
*
Fixed issue #201.
Li Jin
2025-03-26
1
-3
/
+3
|
*
Fixed issue #198.
Li Jin
2025-03-23
1
-12
/
+3
|
*
Fixed issue #194, #195.
v0.27.1
Li Jin
2025-03-19
3
-33
/
+55
|
*
Aligned Lua inserter macro behavior with common Yue macro.
v0.27.0
Li Jin
2025-01-31
1
-11
/
+3
|
*
Fixing issue #178.
Li Jin
2025-01-31
5
-28
/
+70
|
*
Fixed one more case for issue #185.
Li Jin
2025-01-30
1
-2
/
+2
|
*
Fixed issue #183 and issue #185.
Li Jin
2025-01-29
2
-17
/
+14
|
*
class property - typo (#184)
Ayden G.W.
2025-01-27
1
-1
/
+1
|
*
Updated docs. [skip CI]
Li Jin
2025-01-22
9
-9
/
+9
|
*
New year!
Li Jin
2025-01-05
9
-9
/
+9
|
*
Fixed MoonScript issue # 459.
v0.26.1
Li Jin
2024-12-19
2
-7
/
+94
|
|
|
|
Supported local/const/close hoist in class body.
*
Fixed issue #175 and #177.
Li Jin
2024-10-31
1
-54
/
+108
|
*
Fixed issue #174.
Li Jin
2024-10-19
17
-72
/
+128
|
*
Fixed a miss indent and removed an unnecessary do block.
v0.25.5
Li Jin
2024-10-08
1
-3
/
+2
|
*
Cleaned up.
v0.25.4
Li Jin
2024-09-29
1
-5
/
+1
|
*
Disallowed some semantically incorrect syntax to improve code consistency.
Li Jin
2024-09-29
6
-23
/
+53
|
*
Removed useless `do` block in `with`.
Li Jin
2024-09-28
1
-19
/
+21
|
*
Fixed a few issues.
v0.25.2
Li Jin
2024-09-26
2
-5
/
+38
|
|
|
|
|
|
* Fixed a `with` block with return statement issue. * Fixed a switch-when indentation issue. * Added error reporting for `return` statement not appearing in last block line.
*
fix more cases for evaluation order of multi-value assignments.
v0.25.1
Li Jin
2024-09-04
1
-47
/
+74
|
*
fix correct evaluation order for multi-value assignments.
v0.25.0
Li Jin
2024-09-03
3
-84
/
+184
|
*
fix a Lua stack size not enough issue.
v0.24.1
Li Jin
2024-08-12
2
-101
/
+99
|
*
fix Lua5.1 build.
v0.24.0
Li Jin
2024-08-10
1
-6
/
+6
|
*
add a reusable macro env.
Li Jin
2024-08-10
2
-1
/
+7
|
*
fix macro function line number handling.
Li Jin
2024-08-10
2
-22
/
+4
|
*
add builtin macro $to_ast().
Li Jin
2024-08-09
1
-0
/
+24
|
*
add builtin macro $is_ast().
Li Jin
2024-08-09
4
-70
/
+108
|
*
add yue.is_ast().
Li Jin
2024-08-09
5
-188
/
+256
|
*
add macros generating macros feature.
v0.23.9
Li Jin
2024-08-05
5
-28
/
+77
|
*
fix spread exp list in up-value function issue.
v0.23.8
Li Jin
2024-05-31
1
-16
/
+35
|
*
prevent more anonymous functions generating from `const`, `close` decl.
Li Jin
2024-05-23
1
-12
/
+36
|
*
fix more cases in try-catch syntax.
v0.23.6
Li Jin
2024-05-17
1
-16
/
+310
|
*
fix ambiguous issue in try-catch syntax.
v0.23.4
Li Jin
2024-05-16
1
-12
/
+57
|
*
fix a traceback rewrite issue.
Li Jin
2024-04-25
1
-3
/
+3
|
*
fix a wrong case that marks for-each loop key variable constant.
Li Jin
2024-04-03
1
-1
/
+4
|
*
remove one more redundant 'do' block from destructuring.
Li Jin
2024-03-25
1
-11
/
+17
|
*
remove one more redundant 'do' block from try-catch.
v0.23.2
Li Jin
2024-03-21
1
-31
/
+54
|
*
remove redundant 'do' blocks in code generation.
Li Jin
2024-03-21
1
-126
/
+199
|
*
fix nil coalescing anonymous function moving issue. add test cases.
Li Jin
2024-03-19
1
-5
/
+6
|
*
fix Lua 5.1 close attribute compatible function.
Li Jin
2024-03-19
1
-14
/
+9
|
*
fix anonymous function args order.
Li Jin
2024-03-19
1
-8
/
+16
|
[next]