UNPKG

thaw-interpreter

Version:

Programming language interpreters, including LISP, Scheme, and Prolog.

6 lines 294 B
import { InterpreterBase } from '../../common/interpreter-base'; export declare class PrologInterpreter extends InterpreterBase { constructor(quiet?: boolean); evaluateFromString(inputString: string, catchExceptions?: boolean): string; } //# sourceMappingURL=prolog-interpreter.d.ts.map