文件名称:Go-DCLua-一个采用Go编写的Lua5.3VM和编译器
文件大小:123KB
文件格式:ZIP
更新时间:2022-09-02 04:25:53
Go开发-Go编译器
DCLua - 一个采用Go编写的Lua 5.3 VM和编译器
【文件预览】:
milochristiansen-lua-2a20926
----loadbin.go(8KB)
----table.go(13KB)
----stack.go(13KB)
----compile_expr.go(23KB)
----example_test.go(3KB)
----dumpbin.go(4KB)
----lmodtable()
--------functions.go(5KB)
----function.go(6KB)
----value.go(13KB)
----api_test.go(7KB)
----lmodpackage()
--------functions.go(5KB)
----test.go(9KB)
----lmodstring()
--------functions.go(7KB)
--------README.md(3KB)
----script_test.go(31KB)
----testhelp()
--------testhelp.go(3KB)
----ast()
--------ast.go(5KB)
--------lexer.go(19KB)
--------expr.go(4KB)
--------parse_expr.go(15KB)
--------parse.go(8KB)
--------stmt.go(3KB)
----LICENSE(851B)
----fib_test.go(2KB)
----opcode.go(8KB)
----README.md(26KB)
----supermeta()
--------supermeta.go(12KB)
--------script_test.go(5KB)
--------tables.go(4KB)
----compile.go(20KB)
----luautil()
--------errors.go(3KB)
--------strconv.go(4KB)
----state.go(5KB)
----lmodbase()
--------functions.go(6KB)
----.gitignore(364B)
----lmodmath()
--------functions.go(5KB)
----callframe.go(5KB)
----vm.go(14KB)
----api.go(32KB)