summaryrefslogtreecommitdiff
path: root/J2V.java
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-17 12:22:59 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-17 12:22:59 -0600
commitdf976c9bac104d44c8e7b446235ad73e956b5415 (patch)
tree332a55b1f9c5359be01efa88467d5839289809c7 /J2V.java
parentc14f3676114df656e5c6c07b49351c74496aaf04 (diff)
TypeFactory now maps "strings" to temp alias
Diffstat (limited to 'J2V.java')
-rw-r--r--J2V.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/J2V.java b/J2V.java
index 372f1c8..c36fa35 100644
--- a/J2V.java
+++ b/J2V.java
@@ -25,7 +25,7 @@ public class J2V {
root.accept(new SymTableTopDown<Void>(), symt);
BoilSimp vp = new BoilSimp(symt);
- root.accept(vp, "");
+ root.accept(vp, null);
PrintFilter.print("===================================================", true);
System.out.println(vp.getVapor());