UNPKG

thaw-grammar

Version:

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

3 lines 180 B
import { IPrologVariable } from './interfaces/ivariable'; export declare function createPrologVariable(name: string): IPrologVariable; //# sourceMappingURL=prolog-variable.d.ts.map