Registry / other / yuin-gopher-lua

yuin-gopher-lua

JSON →
library1.1.2gogounverified

GopherLua is a Lua 5.1 VM and compiler implemented in pure Go.

go get github.com/yuin/gopher-lua
INSTALL
IMPORT
SIG · YUIN-GOPHER-LUA
Y
yuin-gopher-lua
othergov1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lua
github.com/yuin/gopher-lua

Creates a Lua state and executes a Lua script

package main import ( "fmt" "github.com/yuin/gopher-lua" ) func main() { L := lua.NewState() defer L.Close() if err := L.DoString("print('hello from lua')"); err != nil { panic(err) } fmt.Println("done") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
yuin-gopher-lua — go get yuin-gopher-lua · libregistry