diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index b9e53dbe8..288c944d8 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -21,6 +21,7 @@ enum AddressingMode { // lhs: acts like a Variable // 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 }; struct TypeAndValue { |