Function parse_text_with_source_file

Source
pub fn parse_text_with_source_file(
    text: &str,
    source_file: &str,
) -> Result<Vec<Instruction>, ScriptError>
Expand description

parses the provided script text with the file provided as its source path and returns a vector of instructions