StupidLocal

Stupid local executor which just runs rdmd and passes the source to it and outputs the executes binary's output.

Warning: UNSAFE BECUASE CODE IS RUN UNFILTERED AND NOT IN A SANDBOX

Members

Functions

compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(string source)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IExecProvider

compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(string source)
Undocumented in source.

Meta