mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Cleaned up Lexer
This commit is contained in:
@@ -11,7 +11,7 @@ namespace LX
|
||||
{
|
||||
GENERATE_LX_ERROR_REQUIRED_FUNCTION_DECLARATIONS;
|
||||
|
||||
InvalidCharInSource(const LexerInfo& info, const std::string& source, const std::string _file);
|
||||
InvalidCharInSource(const LexerInfo& info, const std::string _file);
|
||||
|
||||
std::string lineContents;
|
||||
std::string file;
|
||||
|
||||
Reference in New Issue
Block a user