Researching 128bit integers
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user