summaryrefslogtreecommitdiffhomepage
path: root/flowgraph
AgeCommit message (Collapse)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-21Support gcc 10 and clang 11Roland Reichwein
2020-11-18Added Asm opsRoland 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-15Simplify Asm constructionRoland Reichwein
2020-11-14Added system testsRoland Reichwein
2020-11-09Support multiply (WIP)Roland Reichwein
2020-11-09Fix warnings, consolidate flowgraph/node.hRoland Reichwein
2020-11-09First program: Can add 2 integers and return result via exit codeRoland Reichwein
2020-11-07Make "add" resultRoland Reichwein
2020-11-07Implemented first expressions (add)Roland Reichwein
2020-11-07Add node mapRoland Reichwein
2020-11-06Prepare Token/Node handlingRoland Reichwein
2020-10-24Add FlowGraphRoland Reichwein