pub fn compile_completion(src: &str) -> Result<Program, String>
Compile leaving the final top-level expression as the program’s completion value (for vm.runInThisContext / eval).
vm.runInThisContext
eval