Interface EnhanceEventsParserOption

Hierarchy

Properties

onDifferent?: ((current: string, last: string, currentParserInstance: Parser, lastParserInstance: Parser, pointer: number) => any)

Type declaration

    • (current: string, last: string, currentParserInstance: Parser, lastParserInstance: Parser, pointer: number): any
    • Parameters

      • current: string
      • last: string
      • currentParserInstance: Parser
      • lastParserInstance: Parser
      • pointer: number

      Returns any

prv?: { alpha?: number; beta?: number; rc?: number } & { [key: string]: number }
terminals?: string[]

Generated using TypeDoc