antlr-runtime-sys 0.2.0

antlr-runtime library.
Documentation
1
2
3
4
5
6
7
8
9
#include "bindings.hpp"

int main() {
	try {
		throw antlr4::ParseCancellationException() ;
	} catch (antlr4::ParseCancellationException &exception) {
		/* ignore */
	}
}