diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-03 17:29:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-03 18:42:58 +0900 |
| commit | 3654ce578e6fff53950874adf7e0e4ae0a6eb956 (patch) | |
| tree | 5b6c04273de38dba70b7c25e55da144f5f7c37da /src/cc1/codegen.h | |
| parent | 1b406b13b03055d2b2d08e8279a4a80c41ca7c20 (diff) | |
| download | ducc-3654ce578e6fff53950874adf7e0e4ae0a6eb956.tar.gz ducc-3654ce578e6fff53950874adf7e0e4ae0a6eb956.tar.zst ducc-3654ce578e6fff53950874adf7e0e4ae0a6eb956.zip | |
Diffstat (limited to 'src/cc1/codegen.h')
| -rw-r--r-- | src/cc1/codegen.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cc1/codegen.h b/src/cc1/codegen.h new file mode 100644 index 0000000..2c1d7b3 --- /dev/null +++ b/src/cc1/codegen.h @@ -0,0 +1,8 @@ +#ifndef DUCC_CODEGEN_H +#define DUCC_CODEGEN_H + +#include "ast.h" + +void codegen(Program* prog, const char* input_filename, FILE* out); + +#endif |
