UNPKG

thaw-grammar

Version:

Implementations of the grammars of several programming languages, including LISP, Scheme, Prolog, and the Lambda Calculus.

5 lines 224 B
import { ExceptionBase } from 'thaw-interpreter-core'; export declare class LISPException extends ExceptionBase { constructor(message: string, line: number, column: number); } //# sourceMappingURL=lisp-exception.d.ts.map