Assembler #6
@@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
namespace tyche::as {
|
namespace tyche::as {
|
||||||
|
|
||||||
enum class TokenType { BOF, Directive, Instruction, Integer, Float, String, Enter, EOF_ };
|
enum class TokenType {
|
||||||
|
BOF, Directive, Instruction, Integer, Float, String, Enter, EOF_
|
||||||
|
};
|
||||||
|
|
||||||
struct Token {
|
struct Token {
|
||||||
TokenType type;
|
TokenType type;
|
||||||
|
|||||||
Reference in New Issue
Block a user