antlr4-runtime
Version:
JavaScript runtime for ANTLR4
10 lines (9 loc) • 352 B
TypeScript
export * from './RecognitionException';
export * from './NoViableAltException';
export * from './FailedPredicateException';
export * from './InputMismatchException';
export * from './ErrorStrategy';
export * from './BailErrorStrategy';
export * from './DefaultErrorStrategy';
export * from './ErrorListener';
export * from './DiagnosticErrorListener';