mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Made common a project
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <ThrowIf.h>
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <LLVM.h>
|
||||
#include <Util.h>
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX::AST
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <AST.h>
|
||||
|
||||
#include <fstream>
|
||||
#include <LX-Common.h>
|
||||
|
||||
namespace LX::AST
|
||||
{
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <ThrowIf.h>
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Util.h>
|
||||
#include <AST.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <iostream>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
// Tells the generator if the current node is allowed to be within a top-level context //
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <ThrowIf.h>
|
||||
#include <Util.h>
|
||||
#include <AST.h>
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <Console.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include <LX-Common.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <ThrowIf.h>
|
||||
#include <Util.h>
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <AST.h>
|
||||
|
||||
namespace LX
|
||||
|
||||
Reference in New Issue
Block a user