aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 4ca2e1b..0339457 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -134,6 +134,8 @@ typedef enum {
AstNodeKind_declarator,
} AstNodeKind;
+const char* astnode_kind_stringify(AstNodeKind k);
+
#define node_items __n1
#define node_len __i1
#define node_cap __i2