aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-11-02 21:08:51 +0000
committergingerBill <bill@gingerbill.org>2019-11-02 21:08:51 +0000
commitdfb3101ecf59797884cb959b3bfeda49ccfa3223 (patch)
tree999934dda442dbe83526fc8c1843170407a401ad /src/parser.hpp
parente3d3a81617dd78a9b193bbc07f2a29315774ff57 (diff)
SOA Struct support `intrinsics.soa_struct`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
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 {