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
/
syntax.yue
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix empty block ends with eof issue.
Li Jin
2023-12-11
1
-0
/
+18
|
*
fix issue #133.
Li Jin
2023-05-17
1
-1
/
+1
|
*
add spec.
Li Jin
2023-01-18
1
-0
/
+11
|
*
fix issue #112 and issue #113.
Li Jin
2022-11-09
1
-0
/
+4
|
*
make destructuring work on function multiple returned values, fix `a, b[] = ↵
Li Jin
2022-07-26
1
-1
/
+1
|
|
|
|
1` crashing issue, no longer support implicit declaring variable to be nil.
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵
Li Jin
2022-07-24
1
-5
/
+5
|
|
|
|
destructure. make import item const by default.
*
add update syntax support for //. fix issue #96.
Li Jin
2022-05-13
1
-0
/
+1
|
*
fix some ambiguous syntax caused by arg table block.
Li Jin
2022-04-01
1
-4
/
+5
|
*
fixing issue #77. change table appending syntax to: tb[] = 1
Li Jin
2022-02-14
1
-4
/
+13
|
*
add Lua table appending idiom: tb #= 123
Li Jin
2022-02-11
1
-1
/
+12
|
*
fix the way update assignment is implemented.
Li Jin
2022-02-09
1
-0
/
+5
|
*
simplify and extend import syntax.
Li Jin
2021-02-22
1
-0
/
+4
|
*
stop reusing variables, rename project.
Li Jin
2021-02-17
1
-0
/
+418