summaryrefslogtreecommitdiffhomepage
path: root/flowgraph/node.cpp
AgeCommit message (Expand)Author
2020-11-22Generalize Add / Mul, Integer promotion, testsRoland Reichwein
2020-11-22Clarify flowgraph typesRoland Reichwein
2020-11-22Support 16-bit shortRoland Reichwein
2020-11-17Complete hierarchical evaluation (unittest and systemtest fixed)Roland Reichwein
2020-11-16Implement hierarchical evaluation (WIP)Roland Reichwein
2020-11-15Fixed unit tests, prepared hierarchical evaluation via stack (WIP)Roland Reichwein
2020-11-14Added system testsRoland Reichwein
2020-11-09First program: Can add 2 integers and return result via exit codeRoland Reichwein
2020-11-07Implemented first expressions (add)Roland Reichwein
2020-11-06Prepare Token/Node handlingRoland Reichwein
2020-10-24Add FlowGraphRoland Reichwein