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

@@ -15,5 +15,5 @@ using s32 = std::int32_t;
using s64 = std::int64_t;
using s128 = __int128_t;
#include "parser/result.hpp"
#include "parser/results.hpp"
#include "lang/result.hpp"
#include "lang/results.hpp"