diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 18:32:36 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 18:32:36 -0500 |
| commit | 77c9669d41d24a89e9364e1a91d9a1343c75537f (patch) | |
| tree | 2be81490146052edd3e87caa5e76557e74d1e38b /compile.h | |
| parent | 2b83ab279dbfb77cfd699d6da944c51c2353e64a (diff) | |
Change lang stringification to include type name
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ typedef struct { CORD header, c_file; } module_code_t; -CORD expr_as_texting(env_t *env, CORD expr, type_t *t, CORD color); +CORD expr_as_text(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_declaration(type_t *t, const char *name); |
