summaryrefslogtreecommitdiff
path: root/include/parser/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser/ast.h')
-rw-r--r--include/parser/ast.h3
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 {