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