pub fn parse_file(file: &str) -> Result<Vec<Instruction>, ScriptError>Expand description
parses the file and returns a vector of instructions
pub fn parse_file(file: &str) -> Result<Vec<Instruction>, ScriptError>parses the file and returns a vector of instructions