all: java org.antlr.Tool MyGram.g MyGramTree.g javac *.java java Test func.pma clean: rm *.class