General clean up

- Moved some classes from Lexer.h to seperate (non-Global files)
- Deleted dllmain as it wasn't used for the most part
This commit is contained in:
Pasha Bibko
2025-05-06 17:38:22 +01:00
parent 5339df9b36
commit f3a559490c
11 changed files with 85 additions and 99 deletions

View File

@@ -2,6 +2,9 @@
#include <Lexer.h>
#include <LexerErrors.h>
#include <LexerInfo.h>
namespace LX
{
std::string* InvalidCharInSource::s_Source = nullptr;