Skip to main content

eval_source_captured

Function eval_source_captured 

Source
pub fn eval_source_captured(
    source: &str,
) -> Result<(String, Vec<String>), String>
Expand description

Evaluate AXON source and return (ir_json, type_errors, had_parse_error). Used by integration tests.