diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 13:27:49 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 13:27:49 -0500 |
| commit | a4c3faa525dde0eb8b79cc8fa7a5dba15945b8e4 (patch) | |
| tree | 4bf3936544340893a2fea4c95b4a3728c6245aa5 /compile.h | |
| parent | 6d904abe14301437aa63655f20268f88f053fdf2 (diff) | |
Split struct code into a separate file
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ typedef struct { CORD header, c_file; } module_code_t; +CORD expr_as_string(env_t *env, CORD expr, type_t *t, CORD color); module_code_t compile_file(ast_t *ast); CORD compile_type_ast(type_ast_t *t); CORD compile_type(type_t *t); |
