aboutsummaryrefslogtreecommitdiff
path: root/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-11 19:30:02 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-11 19:30:02 -0500
commit1e8cdfa920b93747d4e0f37b268846638b8597c1 (patch)
tree7b973cd42be2242204dbf3015613575fd7511d3e /compile.h
parent79795096e7dbc4c416722dd9f0df311e95eef6f0 (diff)
Changes to string parsing
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.h b/compile.h
index 2b56a1a8..d8b98789 100644
--- a/compile.h
+++ b/compile.h
@@ -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