index
:
yuescript
0.5.0
main
moonplus
parserlib
pegtl
teal-typed
A mirror of https://github.com/pigpigyyy/Yuescript.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yue.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
make destructuring work on function multiple returned values, fix `a, b[] = ↵
Li Jin
2022-07-26
1
-4
/
+4
|
|
|
|
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
-16
/
+23
|
|
|
|
destructure. make import item const by default.
*
add -g option for yue cmd tool.
Li Jin
2022-07-22
1
-1
/
+15
|
*
auto add search path for cmd tools.
Li Jin
2022-07-13
1
-7
/
+13
|
*
disable exporting macro from a normal module.
Li Jin
2022-07-05
1
-0
/
+3
|
*
add global "arg" for CLI arguments.
Li Jin
2022-03-05
1
-1
/
+8
|
*
New year.
Li Jin
2022-01-04
1
-1
/
+1
|
*
fix issue #70.
Li Jin
2021-11-29
1
-0
/
+12
|
*
try to fix issue #69 with new macro functions. add builtin macro $MODULE and ↵
Li Jin
2021-11-19
1
-2
/
+4
|
|
|
|
$LINE.
*
cleanup.
Li Jin
2021-09-19
1
-1
/
+2
|
*
support passing comand line argument in another way.
Li Jin
2021-08-10
1
-7
/
+12
|
*
Fix: yue -- not stoping read at EOF (#60)
Shadman
2021-07-26
1
-1
/
+1
|
*
stop reusing variables, rename project.
Li Jin
2021-02-17
1
-0
/
+570