UNPKG

thaw-grammar

Version:

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

3 lines 185 B
import { IGrammar, LanguageSelector } from 'thaw-interpreter-types'; export declare function createGrammar(ls: LanguageSelector): IGrammar; //# sourceMappingURL=grammar-factory.d.ts.map