Big renames

This commit is contained in:
Krzosa Karol
2022-06-09 14:22:04 +02:00
parent 2f127dea98
commit 2ec901f6da
7 changed files with 6 additions and 3449 deletions

View File

@@ -158,13 +158,12 @@ Expr:
#include "base_unicode.cpp"
#include "big_int_c3.cpp"
#include "compiler.h"
#include "lexer.cpp"
#include "lexing.cpp"
#include "types.h"
// #include "big_int.cpp"
#include "new_ast.cpp"
#include "new_parse.cpp"
#include "typecheck.h"
#include "typecheck.cpp"
#include "ast.cpp"
#include "parsing.cpp"
#include "typechecking.h"
#include "typechecking.cpp"
#include "ccodegen.cpp"
int main(int argument_count, char **arguments){
@@ -198,7 +197,7 @@ int main(int argument_count, char **arguments){
F64 begin = os_time();
system((const char *)compiler_call.str);
printf("\nCompile time: %f", os_time() - begin);
system((const char *)run_program.str);
}
else{