Hi,
In Java, the parser error can be accessed via RecognitionException quite
easily. How can I access this functionality in C target? Is there a
sample?
catch (RecognitionException re) {
reportError(re); // automatic error reporting and recovery
recover(input,re);
}
Thanks,
Jack