Compiler

class Compiler

A compiler for Metis code. You may not call compileCode more than once.

Constructors

Link copied to clipboard
constructor()

Creates a new compiler

Functions

Link copied to clipboard

Compiles the given code into a Chunk with the given name. May only be called once per instance.