diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-04 18:04:41 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-04 18:04:41 -0500 |
| commit | b08a0d3e2bf45bae11c982dd24d0292d6436b993 (patch) | |
| tree | 05c6a455f1cf159109fdd17520f9d772a0bbfe7a /compile.h | |
| parent | 98f0c51119f9d42d733f44cb516b1c2bcd9061af (diff) | |
Updates and functionality
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include "util.h" +CORD compile_type(type_ast_t *t); CORD compile(ast_t *ast); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
