package chap1; class AssignStm extends Stm { String id; Exp exp; }
Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.
AllTests.java AssignStm.groovy CompoundStm.groovy ConstructorsCategory.groovy EseqExp.groovy Exp.groovy ExpList.groovy IdExp.groovy IntAndTable.groovy LastExpList.groovy NumExp.groovy OpExp.groovy Ops.java PairExpList.groovy PrintStm.groovy Prog1.groovy Prog2.groovy Prog2Test.groovy Stm.groovy