Skip to main content

compile_completion

Function compile_completion 

Source
pub fn compile_completion(src: &str) -> Result<Program, String>
Expand description

Compile leaving the final top-level expression as the program’s completion value (for vm.runInThisContext / eval).