From 175b00181b627bec69f645d6d8fc880a2bdd3f81 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 10 Jan 2026 11:03:51 +0900 Subject: feat: support global variables of char[] --- src/ast.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ast.h') 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 -- cgit v1.2.3-70-g09d2