diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-17 12:22:59 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-17 12:22:59 -0600 |
commit | df976c9bac104d44c8e7b446235ad73e956b5415 (patch) | |
tree | 332a55b1f9c5359be01efa88467d5839289809c7 /J2V.java | |
parent | c14f3676114df656e5c6c07b49351c74496aaf04 (diff) |
TypeFactory now maps "strings" to temp alias
Diffstat (limited to 'J2V.java')
-rw-r--r-- | J2V.java | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()); |