From: Timothy M. <tim...@sv...> - 2004-02-17 23:15:18
|
Hi, > Ups, I get lots of parse error exceptions. > The first one (if I just run run.sh) is: > > \nat :Syntax error at character 126 of input > Couldn't repair and continue parse at character 126 of input > java.lang.Exception: Can't recover from previous error(s) > > That's not what you want to demonstrate, or do I miss something? > Make sure you do an 'ant clean'. If a new token is added in the parser, but the scanner is not rebuilt, it seems to cause problems. I can't see why... the scanner uses the newest sym.java, but hat should solve the problem. Cheers, Tim |