View Source API Reference Lua v0.0.17

Modules

Lua

Lua is an ergonomic interface to Luerl, aiming to be the best way to use Luerl from Elixir.

Defines the Behaviour for defining a Lua API

A pre-compiled chunk of Lua code that can be executed at a future point in time

In Lua, tables are the fundamental datastructure, which are used both as associative arrays (maps), and arrays (lists).