From 3065334aec0f357c88eab144628a798db4a3e5ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 11 Aug 2024 19:33:23 +0300 Subject: parse struct continuation + Similar in idea to impl in Rust --- src/ast.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast.c') diff --git a/src/ast.c b/src/ast.c index 6b3b28d..d734252 100644 --- a/src/ast.c +++ b/src/ast.c @@ -244,6 +244,7 @@ void ast_dump(int depth, struct ast *n) DUMP(AST_ALIAS_DEF); DUMP(AST_TRAIT_DEF); DUMP(AST_STRUCT_DEF); + DUMP(AST_STRUCT_CONT_DEF); DUMP(AST_IF); DUMP(AST_BLOCK); DUMP(AST_IMPORT); -- cgit v1.3