Skip to content

Conversation

benjaminrsherman
Copy link
Contributor

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.

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.
@bmcutler bmcutler merged commit 5e19e2e into master Dec 12, 2019
@bmcutler bmcutler deleted the mips_tokenizer branch May 10, 2020 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants