aboutsummaryrefslogtreecommitdiff
path: root/src/yue.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make file watcher work with '-m' and '-r' options.Li Jin2023-07-251-1/+50
|
* try fixing issue #141. fix an AST object life expired before accessing issue.Li Jin2023-07-241-11/+22
|
* stop adding yue to globals, fix issue #128.Li Jin2023-03-241-1/+1
|
* fix yue build.Li Jin2023-03-231-8/+8
|
* fix issue #126 by reserving comments before statementsLi Jin2023-02-271-0/+3
|
* fix stack overflow issue in yue.to_ast().Li Jin2023-01-311-9/+9
|
* update Year.Li Jin2023-01-171-1/+1
|
* fix issue #122, add option to build yue tool without file watcher function.Li Jin2023-01-121-0/+13
|
* Add a range_error catch in main compilation code (#121)Даниил Николаев (NeverMine)2023-01-101-1/+6
|
* add -t support for -w option.Li Jin2022-11-171-19/+23
|
* update version.v0.15.14Li Jin2022-11-161-6/+7
|
* fix build. update doc.Li Jin2022-11-161-3/+8
|
* fix issues detected by MSVC.Li Jin2022-11-151-1/+8
|
* adding -w option to Yuescript tool.Li Jin2022-11-151-4/+160
|
* refactor parser to be a little faster.Li Jin2022-11-111-10/+3
|
* updating doc.Li Jin2022-09-301-0/+3
|
* fix format.Li Jin2022-08-191-31/+31
|
* make destructuring work on function multiple returned values, fix `a, b[] = ↵Li Jin2022-07-261-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 Jin2022-07-241-16/+23
| | | | destructure. make import item const by default.
* add -g option for yue cmd tool.Li Jin2022-07-221-1/+15
|
* auto add search path for cmd tools.Li Jin2022-07-131-7/+13
|
* disable exporting macro from a normal module.Li Jin2022-07-051-0/+3
|
* add global "arg" for CLI arguments.Li Jin2022-03-051-1/+8
|
* New year.Li Jin2022-01-041-1/+1
|
* fix issue #70.Li Jin2021-11-291-0/+12
|
* try to fix issue #69 with new macro functions. add builtin macro $MODULE and ↵Li Jin2021-11-191-2/+4
| | | | $LINE.
* cleanup.Li Jin2021-09-191-1/+2
|
* support passing comand line argument in another way.Li Jin2021-08-101-7/+12
|
* Fix: yue -- not stoping read at EOF (#60)Shadman2021-07-261-1/+1
|
* stop reusing variables, rename project.Li Jin2021-02-171-0/+570