Rename file

This commit is contained in:
Krzosa Karol
2022-06-22 14:45:37 +02:00
parent e035a3510f
commit 1ac066c0b6
3 changed files with 3 additions and 2 deletions

View File

@@ -161,8 +161,8 @@ want to export all the symbols, we can namespace them optionally.
#include "parsing.cpp"
#include "typechecking.h"
#include "typechecking.cpp"
#include "c_codegen.cpp"
#include "c_language_codegen.cpp"
#include "bytecode_interpreter.cpp"
#include "bytecode_codegen.cpp"