aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 287f51b..0966550 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -9,7 +9,8 @@
F(OP_BWINV, "~") \
F(OP_PLUS, "+") \
F(OP_MINUS, "-") \
- F(OP_ADDROF, "&") \
+ F(OP_ADDROF, "&") \
+ F(OP_DEREF, "*") \
F(OP_MUL, "*") \
F(OP_DIV, "/") \
F(OP_MOD, "%") \