aboutsummaryrefslogtreecommitdiff
path: root/src/lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adjust some folder levels.Li Jin2021-04-2163-29700/+0
|
* fix small issues, add web assembly support.Li Jin2021-04-166-118/+1563
|
* fix export assignment statement not working with local statement.Li Jin2021-04-011-1/+1
|
* update Lua.Li Jin2021-03-117-36/+62
|
* add new metatable syntax for issue #41, fix reusing local variable issue, ↵Li Jin2021-03-0334-466/+623
| | | | update built-in Lua.
* update included Lua.Li Jin2021-01-2216-169/+261
|
* fix build issues.Li Jin2021-01-101-1/+1
|
* update Lua.Li Jin2021-01-0518-218/+270
|
* update Lua, fix cmakelists.txt.Li Jin2020-10-2223-334/+342
|
* update Lua.Li Jin2020-09-119-94/+121
|
* update Lua 5.4.Li Jin2020-08-069-171/+303
|
* fix issue for using return statement with export.Li Jin2020-07-1814-77/+125
|
* fix.Li Jin2020-06-221-3/+1
|
* again.Li Jin2020-06-221-3/+2
|
* clean up.Li Jin2020-06-221-2/+2
|
* clean up.Li Jin2020-06-221-20/+40
|
* add support for local variable declared with attribute 'close' and 'const' ↵Li Jin2020-06-2260-0/+27696
for Lua 5.4.