UNPKG

thaw-grammar

Version:

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

9 lines 424 B
import { SmalltalkClass } from './class'; import { SmalltalkVariable } from './variable'; export declare const objectClassName = "Object"; export declare const selfVariableName = "self"; export declare const selfVar: SmalltalkVariable; export declare const falseVar: SmalltalkVariable; export declare const trueVar: SmalltalkVariable; export declare const objectClass: SmalltalkClass; //# sourceMappingURL=bootstrap.d.ts.map