Skip to content

Commit

Permalink
Merge pull request #38 from VinceAAU/CarlHejlesen-patch-1
Browse files Browse the repository at this point in the history
Update Main.java
  • Loading branch information
MShadiF authored May 20, 2024
2 parents 90eba2e + 4916d2b commit a6279fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dk/aau/cs_24_sw_4_16/carl/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static void main(String... args) {

SemanticChecker typeChecker = new SemanticChecker();
typeChecker.visitor(astRoot);
System.out.println("yes");

if (!typeChecker.thereWasAnError) {
EvaluatorExecutor inter = new EvaluatorExecutor();
inter.visit(astRoot);
Expand Down

0 comments on commit a6279fc

Please sign in to comment.