zua

Undocumented in source.

Modules

compiler
module zua.compiler
diagnostic
module zua.diagnostic
Undocumented in source.
interop
module zua.interop
Undocumented in source.
parser
module zua.parser
pattern
module zua.pattern
Undocumented in source.
vm
module zua.vm

Members

Classes

BCUnit
class BCUnit

A bytecode unit; consists of an engine ID and the actual bytecode content

Client
class Client

An executing client

Common
class Common

A class capable both of executing and producing bytecode

CompilationResult
class CompilationResult

The result of a compilation

Server
class Server

A bytecode-producing server

Imports

DConsumable (from zua.interop)
public import zua.interop : DConsumable;
Undocumented in source.
GlobalOptions (from zua.vm.std.stdlib)
public import zua.vm.std.stdlib : GlobalOptions;
Undocumented in source.
LuaError (from zua.vm.engine)
public import zua.vm.engine : Traceframe, LuaError;
Undocumented in source.
Table (from zua.interop.table)
public import zua.interop.table : Table;
Undocumented in source.
Traceframe (from zua.vm.engine)
public import zua.vm.engine : Traceframe, LuaError;
Undocumented in source.

Structs

ResolvedTraceframe
struct ResolvedTraceframe

Represents a single trace frame with resolved debugging symbols

Meta