UNPKG

@flowscripter/mpeg-sdl-parser

Version:

ISO/IEC 14496-34 Syntactic Description Language (MPEG SDL) parser implemented in TypeScript

14 lines (13 loc) 211 B
/** * Enum representing the kinds of string literals. */ export enum StringLiteralKind { /** * Represents a basic string literal. */ BASIC, /** * Represents a UTF string literal. */ UTF, }