The package "github.com.stevedonovan.golua.lua51.State" in Golang is a library that provides a Lua 5.1 interpreter and virtual machine functionality. It allows users to embed Lua scripting capabilities into their Go applications, enabling them to execute Lua code, manipulate Lua states, load and call Lua functions, and interact with Lua variables. This package serves as a bridge between the Go programming language and Lua, empowering developers to leverage the power and flexibility of Lua scripting within their Go projects.
Golang State - 30 examples found. These are the top rated real world Golang examples of github.com/stevedonovan/golua/lua51.State extracted from open source projects. You can rate examples to help us improve the quality of examples.