Added pattern preprocessor and #define and #include support

This commit is contained in:
WerWolv
2020-11-17 02:31:51 +01:00
parent b28d45df8a
commit 4c07983834
17 changed files with 176 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "parser/ast_node.hpp"
#include "lang/ast_node.hpp"
#include "views/view.hpp"
#include "views/pattern_data.hpp"