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 c5171d7..4ca2e1b 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -106,10 +106,12 @@ typedef enum {
AstNodeKind_func_call,
AstNodeKind_func_decl,
AstNodeKind_func_def,
+ AstNodeKind_goto_stmt,
AstNodeKind_gvar,
AstNodeKind_gvar_decl,
AstNodeKind_if_stmt,
AstNodeKind_int_expr,
+ AstNodeKind_label_stmt,
AstNodeKind_list,
AstNodeKind_logical_expr,
AstNodeKind_lvar,