Skip to main content

compile_and_run

Function compile_and_run 

Source
pub fn compile_and_run(
    stmts: &[Stmt<'_>],
    interner: &Interner,
) -> Result<String, String>
Expand description

Compile a statement block to bytecode and run it, returning captured output.