diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-18 02:17:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-18 02:17:44 -0500 |
| commit | 0d3022b34a79e3b2cecd6136e3c90f69881f1016 (patch) | |
| tree | 6fdfbe9cd02fccdfc21910ab25be95273f9b89b4 /compile.h | |
| parent | 1b5a95c30d9e0698e401eadc57448cc875ba459b (diff) | |
Move file compilation into a separate file
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #include "util.h" #include "environment.h" +CORD compile_file(ast_t *ast); CORD compile_type_ast(env_t *env, type_ast_t *t); CORD compile(env_t *env, ast_t *ast); CORD compile_statement(env_t *env, ast_t *ast); |
