JJTree JJTree is a parse tree builder written by the same folks who gave us JavaCC and is included with the JavaCC distribution. JTB is similar in function to JJTree, however, there are significant differences both in how each tool works and how to program the tree generated by each program. Some of these differences are listed below: JTB's design concentrates on simplicity and ease of use while

