Rename codegen

This commit is contained in:
Krzosa Karol
2022-08-26 21:51:54 +02:00
parent eb4b1eca38
commit 457a9f4301
2 changed files with 1 additions and 2 deletions

View File

@@ -112,8 +112,7 @@ For modules it's a bit different cause they should be distributed as valid.
#include "typechecking.h" #include "typechecking.h"
#include "typechecking.cpp" #include "typechecking.cpp"
#include "compiler.cpp" #include "compiler.cpp"
#include "codegen_c_language.cpp"
#include "c_language_codegen.cpp"
int main(int argument_count, char **arguments){ int main(int argument_count, char **arguments){