summaryrefslogtreecommitdiff
path: root/asmmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'asmmon.h')
-rw-r--r--asmmon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/asmmon.h b/asmmon.h
index c77cfcf..6c71a4a 100644
--- a/asmmon.h
+++ b/asmmon.h
@@ -122,6 +122,7 @@ enum pre_token {
PTOK_MINUS,
PTOK_GT,
PTOK_LT,
+ PTOK_PIPE,
PTOK_LBRACK,
PTOK_RBRACK,
PTOK_COMMA,
@@ -146,6 +147,9 @@ enum expr {
EXPR_MINUS,
EXPR_LOW,
EXPR_HIGH,
+ EXPR_OR,
+ EXPR_LSHFT,
+ EXPR_RSHFT,
EXPR_NONE
};