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
pub fn parse_text_with_source_file(
text: &str,
source_file: &str,
) -> Result<Vec<Instruction>, ScriptError>
parses the provided script text with the file provided as its source path and returns a vector of instructions