UNPKG

thaw-grammar

Version:

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

3 lines 235 B
import { ILCSubstitution, ILCExpression } from './interfaces/expression'; export declare function createSubstitution(v?: string | undefined, expr?: ILCExpression | undefined): ILCSubstitution; //# sourceMappingURL=substitution.d.ts.map