Module mlem_asm::parse [] [src]

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.