thaw-interpreter-types
Version:
TypeScript type information for thaw's interpreter code
26 lines • 525 B
TypeScript
export declare enum LanguageSelector {
MinimalLanguage = 0,
Micro = 1,
Chapter1 = 2,
LISP = 3,
APL = 4,
Scheme = 5,
SASL = 6,
CLU = 7,
Smalltalk = 8,
Prolog = 9,
Prolog2 = 10,
Inference = 11,
JSON = 12,
EcstaSKI = 13,
Adso = 14,
LambdaCalculus = 15,
LambdaCalculusWithAugmentedSyntax = 16,
LambdaCalculusIntegerExtension = 17,
C = 18,
N1 = 19,
Arithmetic = 20,
Fxx = 21,
Protos = 22
}
//# sourceMappingURL=language-selectors.d.ts.map