summaryrefslogtreecommitdiff
path: root/cmd_optimization.c
AgeCommit message (Collapse)Author
2024-04-24Make norminette happy and some more error handlingDominik Kaiser
2024-04-24Norminette formattingDominik Kaiser
2024-04-17Add movement (with some bugs)Dominik Kaiser
TODO: Fix sorting direction. Right now the numbers are sorted max -> min instead of min -> max. TODO: Fix sorting bug. Some numbers are not sorted.
2024-04-17Merge branch 'master' into add_2op_optimizationDominik Kaiser
2024-04-17Add optimization for double stack opsDominik Kaiser
Now RA and RB will be optimized to RR
2024-04-16Refactor cmd_optimizationDominik Kaiser
2024-04-13Add cmd optimizationDominik Kaiser
After the sorting algorithm was executed remove unneccessary commands.