Common

A class capable both of executing and producing bytecode

Constructors

this
this(GlobalOptions context)

Create a new Common

Alias This

client

Members

Functions

resolve
ResolvedTraceframe[] resolve(Traceframe[] stack)

Resolve the stack trace of a Lua error

run
Tuple!(Diagnostic[], DConsumable[]) run(string filename, string source, DConsumable[] args)

Run some source

run
Tuple!(Diagnostic[], DConsumable[]) run(string filename, string source, T args)

Run some source

Variables

client
Client client;

The client component of this Common

server
Server server;

The server component of this Common

Meta