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
/
doc
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-29
Cleaned up.
v0.25.4
Li Jin
1
-5
/
+1
2024-09-29
Disallowed some semantically incorrect syntax to improve code consistency.
Li Jin
8
-112
/
+121
2024-09-28
Removed useless `do` block in `with`.
Li Jin
2
-20
/
+23
2024-09-26
Fixed a few issues.
v0.25.2
Li Jin
8
-21
/
+66
2024-09-04
fix more cases for evaluation order of multi-value assignments.
v0.25.1
Li Jin
8
-101
/
+194
2024-09-03
fix correct evaluation order for multi-value assignments.
v0.25.0
Li Jin
10
-124
/
+257
2024-08-12
fix a Lua stack size not enough issue.
v0.24.1
Li Jin
2
-101
/
+99
2024-08-10
fix Lua5.1 build.
v0.24.0
Li Jin
1
-6
/
+6
2024-08-10
update docs.
Li Jin
2
-0
/
+1554
2024-08-10
add a reusable macro env.
Li Jin
2
-1
/
+7
2024-08-10
fix macro function line number handling.
Li Jin
2
-22
/
+4
2024-08-09
add builtin macro $to_ast().
Li Jin
1
-0
/
+24
2024-08-09
add builtin macro $is_ast().
Li Jin
6
-74
/
+111
2024-08-09
add yue.is_ast().
Li Jin
7
-189
/
+269
2024-08-05
add macros generating macros feature.
v0.23.9
Li Jin
12
-29
/
+225
2024-05-31
fix spread exp list in up-value function issue.
v0.23.8
Li Jin
2
-18
/
+37
2024-05-23
prevent more anonymous functions generating from `const`, `close` decl.
Li Jin
5
-202
/
+221
2024-05-17
fix more cases in try-catch syntax.
v0.23.6
Li Jin
10
-137
/
+556
2024-05-16
fix ambiguous issue in try-catch syntax.
v0.23.4
Li Jin
5
-180
/
+272
2024-04-25
fix a traceback rewrite issue.
Li Jin
1
-3
/
+3
2024-04-23
fix code gen check.
Li Jin
2
-2
/
+2
2024-04-23
fix doc.
Li Jin
2
-3
/
+3
2024-04-03
Update macos.yml
v0.23.3
Li Jin
1
-1
/
+1
2024-04-03
Update macos.yml
Li Jin
1
-1
/
+1
2024-04-03
fix a wrong case that marks for-each loop key variable constant.
Li Jin
1
-1
/
+4
2024-03-25
remove one more redundant 'do' block from destructuring.
Li Jin
20
-500
/
+320
2024-03-21
remove one more redundant 'do' block from try-catch.
v0.23.2
Li Jin
3
-53
/
+63
2024-03-21
remove redundant 'do' blocks in code generation.
Li Jin
54
-4534
/
+4013
2024-03-19
more test cases.
v0.23.0
Li Jin
4
-1
/
+62
2024-03-19
fix nil coalescing anonymous function moving issue. add test cases.
Li Jin
3
-5
/
+715
2024-03-19
fix Lua 5.1 close attribute compatible function.
Li Jin
2
-45
/
+50
2024-03-19
Object literals in README (#165)
snan
1
-2
/
+2
2024-03-19
fix anonymous function args order.
Li Jin
4
-42
/
+50
2024-03-19
try fixing issue #162.
Li Jin
15
-819
/
+1328
2024-03-12
Added option to stop implicit returns on the root. (#164)
v0.22.3
Liga
1
-3
/
+8
2024-03-12
Fixed undeclared specifier in yue_compiler.cpp (#163)
Retro
1
-1
/
+1
2024-03-06
forgot to remove an unnecessary const declaration.
Li Jin
1
-2
/
+1
2024-03-04
add default return declaration for function literal.
v0.22.2
Li Jin
7
-10
/
+176
2024-02-28
confirmed only the index/key variable is const in for-loop.
v0.22.1
Li Jin
1
-4
/
+7
2024-02-28
update year.
v0.22.0
Li Jin
2
-2
/
+2
2024-02-28
mark vars in for-loop const by default, because Lua 5.5 did it.
Li Jin
1
-2
/
+6
2024-02-05
fix an empty check case.
v0.21.8
Li Jin
3
-10
/
+26
2024-02-05
fix in-expression format issue.
v0.21.7
Li Jin
9
-175
/
+238
2024-02-05
fix more invalid in-expression use cases.
Li Jin
3
-2
/
+148
2024-01-04
more yearly update.
Li Jin
3
-3
/
+3
2024-01-04
happy new year!
Li Jin
11
-11
/
+11
2023-12-19
fix a const list destructuring case.
Li Jin
6
-4
/
+29
2023-12-19
fix a crash case.
Li Jin
1
-1
/
+2
2023-12-18
fix a format case.
Li Jin
3
-5
/
+17
2023-12-14
fix invalid formation.
v0.21.3
Li Jin
4
-35
/
+112
[next]