diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-23 22:01:49 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-23 22:01:49 +0100 |
commit | 61db05a4127790da3219fccce87c34aa890d1d08 (patch) | |
tree | f88ca783621c9a44fdb1fe605d81a0f4e54eccce /cpp.h | |
parent | ff69e8cab318101843cd8b49a0cb04df9763e10f (diff) |
Add Subtract, generalized binary operations
Diffstat (limited to 'cpp.h')
-rw-r--r-- | cpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ private: void getValueOfNode(index_t index); void visitRecursive(index_t node_id); + FlowGraph::Graph BinaryOperation(index_t index); // index: node + // phase 8: instantiate: instantiate templates; flowgraph->asm Segment mSegment; |