waffle

package module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2023 License: MIT Imports: 14 Imported by: 0

README

waffle

waffle is a Lua execution environment, meant to be batteries-included.

The "twist" is that this isn't PUC Lua, it's backed by gopher-lua and several preloaded modules.

Why?

Go's stdlib is comprehensive and I'm used to gopher-lua after using it in several projects.

There's no design goal other than having fun.

Modules

Lots of modules come from vadv/gopher-lua-libs - many thanks to vadv and contributors.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Date is injected by ldflags with the UTC time of the build
	Date = ""
	// Version is injected by ldflags with HEAD
	Version = ""
)

Functions

func Preload

func Preload(ls *lua.LState)

func PreloadAll added in v0.0.3

func PreloadAll(ls *lua.LState)

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL