Java Parser
hi All,
i generated a parser using javacc parser generator and i want to use this parser for parsing java programs , fine till now everything is ok. i could generate the parser and it is parsing my code very well...and is also generating errors when it encounters them....but the problem is if it encounters any error it throws an exception which inturn generates the error and stops .....what i want exactly it to do is ...to generate all the errors of the program all at once....not to stop just after one error....is it possible?...i want it to generate errors as a compiler does all at once...is it possible ...if so?..what exactly should i do?..
hmmm...i don't know if u really did understand my problem..if yes..then please...do reply ...
thx in advance...
Pushpa

