GrCompiler

Compiler class, generate bytecode and hold errors.

Constructors

this
this()

Ctor

Members

Functions

addLibrary
void addLibrary(GrLibrary library)

Add types and primitives defined in the library

compileFile
GrBytecode compileFile(string fileName, int options)

Compile a source file into bytecode

getError
GrError getError()

If an error occurred, fetch it here.

Meta