mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
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:
@@ -2,6 +2,9 @@
|
||||
|
||||
#include <Lexer.h>
|
||||
|
||||
#include <LexerErrors.h>
|
||||
#include <LexerInfo.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
std::string* InvalidCharInSource::s_Source = nullptr;
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <Lexer.h>
|
||||
|
||||
#include <LexerInfo.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
// Creates the memory for the pointer to the source //
|
||||
|
||||
Reference in New Issue
Block a user