Interface ManySepMethodOpts<T>

interface ManySepMethodOpts<T> {
    DEF: GrammarAction<T>;
    MAX_LOOKAHEAD?: number;
    SEP: TokenType;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

The grammar to process in each iteration.

MAX_LOOKAHEAD?: number

DSLMethodOpts.MAX_LOOKAHEAD

The separator between each iteration.