modify print

This commit is contained in:
Vu Tuan Minh
2025-04-09 16:06:01 +02:00
parent 3172a914c2
commit 9977e25dcc
3 changed files with 11 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ public class SymTable {
stackMap.minus(stackMap.indexOf(stackMap.getLast()));
}
public PMap<String,Type> peppapeek(){
System.out.print("TEST0");
return stackMap.getLast();
}
@@ -40,6 +41,7 @@ public class SymTable {
pmap= pmap.plus(s/*+"_"+this.id*/,t);
//this.id++;
//Delete old ones
System.out.print("TEST1");
stackMap.minus(stackMap.indexOf(stackMap.getLast()));
//Push the new one
stackMap.plus(pmap);