diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 18:16:33 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 18:16:33 -0500 |
| commit | 23478e7036fe9fbee17263e52d5d8a37adce1c95 (patch) | |
| tree | 7c588c0f7b7ac2f81dbbd960a8f70b197613b229 /compile.h | |
| parent | 8fab88c56f95c03ffcb4be178f5dbb21b239d95e (diff) | |
Rename as_str -> as_text
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_string(env_t *env, CORD expr, type_t *t, CORD color); +CORD expr_as_texting(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); |
