Hierarchy

Constructors

Properties

input?: ArrayLike<Token<ValueType, default, string>>
position: number = 0

Accessors

Methods

  • Checks for a syntax type, and consumes it if it exists

    Parameters

    Returns boolean

    True if the current syntax matches any one syntax in syntaxes

  • Checks for a set of syntax types, and consumes it if one exists

    Parameters

    Returns boolean

    True if the current syntax matches any one syntax in syntaxSet

Generated using TypeDoc