JavaCC: You must either use ReInit() or set the JavaCC option STATIC to false
问题 i am using eclipse and JavaCC plugin 1.5.27 i want to use the parser to be executed more than only once. it goes perfect, if using only once. running the parser within the program a second time i get an error: ERROR: Second call to constructor of static parser. You must either use ReInit() or set the JavaCC option STATIC to false during parser generation. so i add the ReInit() after parsing, but this does not help. this is the code snipped. public static void myParser(String toanalyze) throws