thaw-grammar
Version:
Implementations of the grammars of several programming languages, including LISP, Scheme, Prolog, and the Lambda Calculus.
4 lines • 299 B
TypeScript
import { IPrologExpression } from './interfaces/iprolog-expression';
import { ISubstitution } from './interfaces/isubstitution';
export declare function createSubstitution(v?: string | undefined, expr?: IPrologExpression | undefined): ISubstitution;
//# sourceMappingURL=prolog-substitution.d.ts.map