rrevenantt / antlr4rust

ANTLR4 parser generator runtime for Rust programming laguage
Other
404 stars 70 forks source link

Add ability to remove error listeners from parser #21

Closed surdus closed 2 years ago

surdus commented 3 years ago

Now there is no ability to remove ConsoleErrorListener from parser. With new method it can be done.

medwards commented 3 years ago

I was just going to file an issue that this is missing, ty @surdus!