Documentation
¶
Overview ¶
Package luasrc provides a wrapper for the low-level Lua C API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State represents a Lua state.
func NewState ¶
func NewState() *State
NewState creates a new Lua state and opens the standard libraries.
Click to show internal directories.
Click to hide internal directories.