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 { ILCExpression } from './domain-object-model/interfaces/expression'; export declare function callMultiArgumentFunction(f: ILCExpression, ...args: ILCExpression[]): ILCExpression; //# sourceMappingURL=utilities-with-dom.d.ts.map