Added foundation for Lexer
This commit is contained in:
@@ -112,4 +112,7 @@ namespace LXC::Lexer
|
||||
// The data of the token //
|
||||
const char* contents;
|
||||
};
|
||||
|
||||
// Typedef for the output type of how the Lexer outputs //
|
||||
typedef std::vector<Token> LexerOutput;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user