diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/parser/ast.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/parser/ast.h b/include/parser/ast.h index 3449764..d4baf92 100644 --- a/include/parser/ast.h +++ b/include/parser/ast.h @@ -37,7 +37,8 @@ enum ast_node_kind { NOK_UNKNOWN, - NOK_FUNCTION + NOK_FUNCTION, + NOK_VARIABLE }; struct ast_node { |