UNPKG

thaw-grammar

Version:

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

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