Added basic lexer
This commit is contained in:
@@ -11,10 +11,10 @@ namespace LXC::Lexer
|
||||
|
||||
// Trackers for the Lexer itself //
|
||||
const std::string& source;
|
||||
size_t index;
|
||||
__int32 index;
|
||||
|
||||
LexerOutput out;
|
||||
const size_t len;
|
||||
const __int32 len;
|
||||
|
||||
// Trackers for where the Lexer is within the user version of source //
|
||||
unsigned short column;
|
||||
|
||||
Reference in New Issue
Block a user