From 1b208f7f0a3b7d6b72c2a431d9fcd6e18fe76f5d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Sep 2025 15:24:28 +0900 Subject: feat: support using function as a value --- src/ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 5f4367d..c5171d7 100644 --- a/src/ast.h +++ b/src/ast.h @@ -102,6 +102,7 @@ typedef enum { AstNodeKind_enum_member, AstNodeKind_expr_stmt, AstNodeKind_for_stmt, + AstNodeKind_func, AstNodeKind_func_call, AstNodeKind_func_decl, AstNodeKind_func_def, -- cgit v1.2.3-70-g09d2