Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DSLMethodOpts<T>

Type parameters

  • T

Hierarchy

Index

Properties

Properties

DEF

The Grammar to process in this method.

Optional GATE

GATE: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

Optional MAX_LOOKAHEAD

MAX_LOOKAHEAD: number

Maximum number of "following tokens" which would be used to Choose between the alternatives.

By default this value is determined by the IParserConfig.maxLookahead value. A Higher value may be used for a specific DSL method to resolve ambiguities And a lower value may be used to resolve slow initialization times issues.

TODO: create full docs and link

Generated using TypeDoc