C backend work.

This commit is contained in:
Christoffer Lerno
2024-12-22 23:15:12 +01:00
parent d20d957881
commit b7082f34a1
10 changed files with 1107 additions and 8 deletions

View File

@@ -342,6 +342,7 @@ add_executable(c3c
src/utils/whereami.c
src/utils/cpus.c
src/utils/unzipper.c
src/compiler/c_codegen.c
src/compiler/decltable.c
src/compiler/mac_support.c
src/compiler/windows_support.c