IExecProvider

Interface for exec providers that take source code and output the compiled program's output.

Members

Functions

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

Meta