引入 github.com/vadv/gopher-lua-libs 占位

This commit is contained in:
2025-05-12 15:43:09 +08:00
parent b44b7945b8
commit a95acc7e36
3 changed files with 285 additions and 1 deletions

1
vm.go
View File

@ -9,6 +9,7 @@ package lua
import (
"fmt"
_ "github.com/vadv/gopher-lua-libs"
luaCompile "github.com/yuin/gopher-lua"
"github.com/yuin/gopher-lua/ast"
"github.com/yuin/gopher-lua/parse"