Package mars.assembler.token
package mars.assembler.token
-
ClassDescriptionStores information about a macro definition for use by
MacroHandler
.A class used by thePreprocessor
to handle macro definition, lookup, and expansion.Handy class to represent, for a given line of source code, the code itself, the program containing it, and its line number within that program.Represents one token in the input MIPS program.A tokenizer is capable of tokenizing a complete MIPS program, or a given line from a MIPS program.Enumeration to identify the types of tokens found in MIPS programs.