wren.cli.vm

Undocumented in source.

Members

Functions

runFile
WrenInterpretResult runFile(const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
runRepl
WrenInterpretResult runRepl()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

freeVM
void freeVM()
Undocumented in source. Be warned that the author may not have intended to support it.
initVM
void initVM()
Undocumented in source. Be warned that the author may not have intended to support it.
readFile
char* readFile(char* path)
Undocumented in source. Be warned that the author may not have intended to support it.
reportError
void reportError(WrenVM* vm, WrenErrorType type, const(char)* module_, int line, const(char)* message)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(WrenVM* vm, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

vm
WrenVM* vm;
Undocumented in source.

Meta