Skip to content

v19.12.00

Compare
Choose a tag to compare
@bmcutler bmcutler released this 12 Dec 20:11
[Feature:Lichen] Add MIPS tokenizer (#17)

* Add MIPS tokenizer

The tokenizer identifies string literals, labels, dot-types, registers,
immediate values, instructions, addresses, and comments.  If two
instructions are placed on the same line, this will identify the first as
an instruction and the second as a label, however that's not too bad since
MIPS syntax only allows one instruction per line.

* Add installation