API Reference Lua v#0.1.1

View Source

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).