diff --git a/src/ast.h b/src/ast.h index a203604..9a9539b 100644 --- a/src/ast.h +++ b/src/ast.h @@ -7,6 +7,8 @@ #include typedef enum node_id { + NODE_INVALID, + NODE_PROGRAM, NODE_DIRECTIVE, NODE_LABEL,