mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Made Lexer errors fully hidden in global scope
Also improved general ease of use with debugging use __debugbreak when an error is thrown. NOTE: Parser errors currently crash the program
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <LX-Common.h>
|
||||
#pragma once
|
||||
|
||||
#include <Lexer.h>
|
||||
#include <LX-Common.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user