UNPKG

thaw-grammar

Version:

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

6 lines 212 B
import { SExpressionBase } from './sexpression-base'; export declare class NullSExpression extends SExpressionBase { toString(): string; isNull(): boolean; } //# sourceMappingURL=null-sexpression.d.ts.map