Complete simplejava.jj, so that it can recognize all simpleJava tokens. Compile wile: % javacc simple % javac *.java One the lexical analyze has been compiled, it can be tested with % java TokenTest Included files: TokenTest.java simplejava.jj test1.sjava test2.sjava test3.sjava