I have an assignment to use JavaCC to make a Top-Down Parser with Semantic Analysis for a language supplied by the lecturer. I have the production rules written out and no e
Here is an example that uses JJTree http://anandsekar.github.io/writing-an-interpretter-using-javacc/