Functionsยง
- parse_
line - Parse a line of the form
instruction [operand1] [operand2] [operand3][;[comment text]]
- parse_
program - Parse an entire program, returning either a ready-to-execute MLeM program or a Vec of error messages, with line numbers, of all errors in the program.