aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 5d5c53b..14ab4b8 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -53,6 +53,10 @@ enum {
‘lhs = rhs’ */
ASTASIGN,
+ /* Unary plus
+ ‘+rhs’ */
+ ASTUNPLUS,
+
/* Unary negation
‘-rhs’ */
ASTUNNEG,