compiler: Move and modernize

compiler is blitzcc, what I previously called compiler is now compiler_lib
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-19 18:28:07 +01:00
parent d7fc9de5e2
commit c4947bd12a
79 changed files with 6544 additions and 4853 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include "declnode.hpp"
#include "exprnode.hpp"
#include "prognode.hpp"
#include "stmtnode.hpp"