aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/macro.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix more ambiguous Lua codes generation cases.Li Jin2023-06-251-4/+4
|
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-241-1/+2
| | | | destructure. make import item const by default.
* auto add search path for cmd tools.Li Jin2022-07-131-1/+1
|
* add spec.Li Jin2022-07-071-1/+20
|
* fix an indent issue. add more macro specs. fixing issue #69.Li Jin2021-11-231-0/+13
|
* update macro spec and builtin Lua.v0.9.1Li Jin2021-11-221-1/+1
|
* try to fix issue #69 with new macro functions. add builtin macro $MODULE and ↵Li Jin2021-11-191-0/+31
| | | | $LINE.
* fix test.Li Jin2021-10-121-0/+233