Skip to main content

compile_string_with_errors

Function compile_string_with_errors 

Source
pub fn compile_string_with_errors(
    code: &str,
    file_name: &str,
    environment: Environment,
) -> CompileResult
Expand description

Compile code from a string (useful for REPL and testing)