Add Core compiler interface

This commit is contained in:
Krzosa Karol
2022-12-31 14:47:47 +01:00
parent 673db72e29
commit 23db7cc5c4
13 changed files with 607 additions and 2373 deletions

View File

@@ -268,6 +268,7 @@ For modules it's a bit different cause they should be distributed as valid.
#error Couldnt figure out OS using macros
#endif
#include "core_compiler_interface.hpp"
#include "c3_big_int.h"
#include "core_compiler.h"
#include "core_types.h"