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
/
yue.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the way options table passing to compiler.
Li Jin
2023-07-31
1
-1
/
+28
*
make file watcher work with '-m' and '-r' options.
Li Jin
2023-07-25
1
-1
/
+50
*
try fixing issue #141. fix an AST object life expired before accessing issue.
Li Jin
2023-07-24
1
-11
/
+22
*
stop adding yue to globals, fix issue #128.
Li Jin
2023-03-24
1
-1
/
+1
*
fix yue build.
Li Jin
2023-03-23
1
-8
/
+8
*
fix issue #126 by reserving comments before statements
Li Jin
2023-02-27
1
-0
/
+3
*
fix stack overflow issue in yue.to_ast().
Li Jin
2023-01-31
1
-9
/
+9
*
update Year.
Li Jin
2023-01-17
1
-1
/
+1
*
fix issue #122, add option to build yue tool without file watcher function.
Li Jin
2023-01-12
1
-0
/
+13
*
Add a range_error catch in main compilation code (#121)
Даниил Николаев (NeverMine)
2023-01-10
1
-1
/
+6
*
add -t support for -w option.
Li Jin
2022-11-17
1
-19
/
+23
*
update version.
v0.15.14
Li Jin
2022-11-16
1
-6
/
+7
*
fix build. update doc.
Li Jin
2022-11-16
1
-3
/
+8
*
fix issues detected by MSVC.
Li Jin
2022-11-15
1
-1
/
+8
*
adding -w option to Yuescript tool.
Li Jin
2022-11-15
1
-4
/
+160
*
refactor parser to be a little faster.
Li Jin
2022-11-11
1
-10
/
+3
*
updating doc.
Li Jin
2022-09-30
1
-0
/
+3
*
fix format.
Li Jin
2022-08-19
1
-31
/
+31
*
make destructuring work on function multiple returned values, fix `a, b[] = 1...
Li Jin
2022-07-26
1
-4
/
+4
*
add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr...
Li Jin
2022-07-24
1
-16
/
+23
*
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
*
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