Class Parser

Hierarchy

  • Parser

Constructors

Properties

backtrackBuffer: ReadonlyPart[] = []
parts: SentencePart[] = []
tags: Tag[] = []

Methods

  • Called When: part.type is PartType.Equals. Expected: [...Space] <Literal> <TagStart> <Literal> <TagEnd>.

    Returns readonly [PickMapKey, string]

  • Called When: part.type is PartType.TagStart. Expected: [...Space] <Literal> <TagStart> <Literal> <TagEnd>.

    Returns Tag

  • Called When: part.type is PartType.Colon. Expected: [...Space] <Literal>.

    Returns string

Generated using TypeDoc