First acceptable solution

This commit is contained in:
Jan-Niclas Loosen
2026-01-23 11:32:20 +01:00
parent 51028555de
commit 188cba7fa6
79 changed files with 163 additions and 3860 deletions

View File

@@ -125,7 +125,6 @@ class IF(compiler.IF):
# Attach junction node
diamond = CFG_DIAMOND(self.cond)
diamond.label = "<?>"
cond_node.add_child(diamond)
# Define start and end entry and unwraps expressions
@@ -164,7 +163,6 @@ class WHILE(compiler.WHILE):
# Attach junction node
diamond = CFG_DIAMOND(self.cond)
diamond.label = "<?>"
comp_node.add_child(diamond)
# Unwrap the loop body