diff options
| author | gingerBill <bill@gingerbill.org> | 2020-05-02 18:45:57 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-05-02 18:45:57 +0100 |
| commit | e27f5796d61aa1e1dbd4b2d52e9f580fd24d3fc2 (patch) | |
| tree | cfd4d3ccf48628950525cf55ae618400ae0e2543 /src/parser.hpp | |
| parent | ba4363d67832b7f192492e1354b273296cc0c755 (diff) | |
Add experimental atom op tables for llvm-backend
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 2 |
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 { |