preserves/implementations/javascript/src/constants.ts

22 lines
285 B
TypeScript

export enum Tag {
False = 0x80,
True,
Float,
Double,
End,
Annotation,
Pointer,
SmallInteger_lo = 0x90,
MediumInteger_lo = 0xa0,
SignedInteger = 0xb0,
String,
ByteString,
Symbol,
Record,
Sequence,
Set,
Dictionary,
}