fn extract_instructions(program: &String) -> Vec<Instruction>Expand description
Uses a [Regex] to extract specific Instructions from the input string.
fn extract_instructions(program: &String) -> Vec<Instruction>Uses a [Regex] to extract specific Instructions from the input string.