Researching 128bit integers

This commit is contained in:
Krzosa Karol
2022-06-05 12:12:54 +02:00
parent a73b12d54d
commit 968a6ac708
4 changed files with 200 additions and 7 deletions

View File

@@ -92,7 +92,6 @@ For now I don't thing it should be overloadable.
#include "base.cpp"
#include "base_unicode.cpp"
#include "big_int.cpp"
#include "new_lex.cpp"
#include "types.h"
#include "new_ast.cpp"
@@ -100,7 +99,10 @@ For now I don't thing it should be overloadable.
#include "typecheck.h"
#include "typecheck.cpp"
#include "ccodegen.cpp"
#include "big_int.cpp"
int main(){
test_big_int();
test_os_memory();
thread_ctx_init();