class prog1 { static Stm prog = new AssignStm("a",new OpExp(new NumExp(5), OpExp.Plus, new NumExp(3))); }