From 61db05a4127790da3219fccce87c34aa890d1d08 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 23 Nov 2020 22:01:49 +0100 Subject: Add Subtract, generalized binary operations --- cpp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp.h') diff --git a/cpp.h b/cpp.h index 3207ef9..b18c251 100644 --- a/cpp.h +++ b/cpp.h @@ -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; -- cgit v1.2.3