
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
I'm trying to use the ada9x.jj grammar file from the javacc repository.
However, I'm getting a ParseException on each item that reference HTML. See
below for a snippet of the grammar file. The exception references column 18,
which is the first quote. Any idea on what is wrong?
Note that I have run JTB also with parse errors on the same file
void goal_symbol() :
{}
{
compilation() <EOF>
[ $HTML$ "<HTML><PRE>" #1 "</PRE></HTML>" ]
}
| <-- __Chronological__ --> | <-- __Thread__ --> |