aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 9ef1a8720..ca480f403 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -21,6 +21,8 @@ enum AddressingMode {
// rhs: acts like OptionalOk
Addressing_OptionalOk, // rhs: acts like a value with an optional boolean part (for existence check)
Addressing_SoaVariable, // Struct-Of-Arrays indexed variable
+
+ Addressing_AtomOpAssign, // Specialized for custom atom operations for assignments
};
struct TypeAndValue {