- bindConst
void bindConst(size_t index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindConst
void bindConst(size_t index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindGlobal
void bindGlobal(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindGlobal
void bindGlobal(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindGlobals
void bindGlobals(Globals globals)
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
void execute(T output)
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
void execute(T output, Globals globals)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
void load(size_t registers, Value[] constants, const(Instr)[] instrs, const(SourceLoc)[] locs, const(string)[] sources)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
void load(size_t registers, size_t constants, const(Instr)[] instrs, const(SourceLoc)[] locs, const(string)[] sources)
Undocumented in source. Be warned that the author may not have intended to support it.
- setGlobals
void setGlobals(Globals globals)
Undocumented in source. Be warned that the author may not have intended to support it.