aboutsummaryrefslogtreecommitdiff
path: root/src/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 15:07:36 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 15:07:36 -0400
commite30c0f06d55cd7b27c5d012a96989920f586e4a1 (patch)
tree785c0f59ee83173867db508dbcb271adc97d1582 /src/compile.h
parentbe534f5e511a1d3836254b827cdaa2b8c309f5c4 (diff)
Split list compilation logic into its own file.
Diffstat (limited to 'src/compile.h')
-rw-r--r--src/compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile.h b/src/compile.h
index 21176395..56b522c7 100644
--- a/src/compile.h
+++ b/src/compile.h
@@ -7,6 +7,7 @@
#include "environment.h"
#include "stdlib/datatypes.h"
+Text_t compile_to_type(env_t *env, ast_t *ast, type_t *t);
Text_t expr_as_text(Text_t expr, type_t *t, Text_t color);
Text_t compile_file(env_t *env, ast_t *ast);
Text_t compile_file_header(env_t *env, Path_t header_path, ast_t *ast);