UNPKG

mathjslab

Version:

MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.

10 lines (9 loc) 437 B
import { ErrorListener, RecognitionException, Recognizer } from 'antlr4'; declare class LexerErrorListener extends ErrorListener<number> { syntaxError(recognizer: Recognizer<number>, offendingSymbol: number, line: number, column: number, msg: string, e: RecognitionException | undefined): void; } export { LexerErrorListener }; declare const _default: { LexerErrorListener: typeof LexerErrorListener; }; export default _default;