diff options
Diffstat (limited to 'Typecheck.java')
-rw-r--r-- | Typecheck.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Typecheck.java b/Typecheck.java index 548bf3e..31fa506 100644 --- a/Typecheck.java +++ b/Typecheck.java @@ -24,6 +24,7 @@ public class Typecheck { new SymTableVis<Void,Integer>(); root.accept(pv, 0); HashMap<String, TypeInstance> symt = pv.symt; + Utilities.print_filter("===================================================", true); // Do type checking. Bottom-up visitor, also inherits from // GJDepthFirst. Visit functions return MyTpe (=R), and |