diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 19:30:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 19:30:02 -0500 |
| commit | 1e8cdfa920b93747d4e0f37b268846638b8597c1 (patch) | |
| tree | 7b973cd42be2242204dbf3015613575fd7511d3e /compile.h | |
| parent | 79795096e7dbc4c416722dd9f0df311e95eef6f0 (diff) | |
Changes to string parsing
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,5 +8,6 @@ CORD compile_type(type_ast_t *t); CORD compile(ast_t *ast); +CORD compile_statement(ast_t *ast); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
