pub fn compile_string_with_errors(
code: &str,
file_name: &str,
environment: Environment,
) -> CompileResultExpand description
Compile code from a string (useful for REPL and testing)
pub fn compile_string_with_errors(
code: &str,
file_name: &str,
environment: Environment,
) -> CompileResultCompile code from a string (useful for REPL and testing)