Replies: 2 comments 2 replies
-
Java or Dart? Which calls? Like the one in here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You need to remove the default error listeners and add your own, which can do anything it wishes. parser.removeErrorListeners();
parser.addErrorListener( errorListener ); https://www.antlr.org/api/Java/org/antlr/v4/runtime/ANTLRErrorListener.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I think you might forgot to comment System.err all over your code. I don't want to check them while running, just during debug. Is there a way that I can disable this?
Best regards,
Miriam Lobato
Beta Was this translation helpful? Give feedback.
All reactions