Skip to content

Commit

Permalink
Sidste kommit
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlHejlesen committed May 15, 2024
1 parent 729af59 commit 81b2529
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void print(FunctionCallNode node, Stack<HashMap<String, AstNode>>
break;
}
}

// Kode bliver aldrig kørt?
if (!found) {
int from = 0;
if (!activeScope.isEmpty()) {
Expand All @@ -40,6 +40,7 @@ public static void print(FunctionCallNode node, Stack<HashMap<String, AstNode>>
}

}
// Slet possible?

} else if (argument instanceof FloatNode) {
System.out.println("We get in Floatnode");
Expand Down

0 comments on commit 81b2529

Please sign in to comment.