Remove declare and string types to prepare for preprocessor
This commit is contained in:
@@ -21,7 +21,6 @@ namespace Token
|
||||
EqualInteger,
|
||||
SetInteger,
|
||||
Interrupt,
|
||||
Declaration,
|
||||
PushInteger,
|
||||
PopInteger
|
||||
};
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace Token
|
||||
static Token CreateOperandToken(OperandType const operandType, int const lineNumber, int const lineColumn);
|
||||
static Token CreateMemoryToken(RegisterType const registerType, int const lineNumber, int const lineColumn);
|
||||
static Token CreateMemoryToken(int const value, bool isValid, int const lineNumber, int const lineColumn);
|
||||
static Token CreateStringLiteralToken(std::string const & value, int const lineNumber, int const lineColumn);
|
||||
|
||||
void DebugPrint() const;
|
||||
};
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace Token
|
||||
Register,
|
||||
StatementEnd,
|
||||
Label,
|
||||
String,
|
||||
Memory
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user