Traqula
    Preparing search index...

    Interface AtLeastOneSepMethodOpts<T>

    interface AtLeastOneSepMethodOpts<T> {
        DEF: GrammarAction<T>;
        ERR_MSG?: string;
        MAX_LOOKAHEAD?: number;
        SEP: TokenType;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    The grammar to process in each iteration.

    ERR_MSG?: string

    Short title/classification to what is being matched. Will be used in the error message,. If none is provided, the error message will include the names of the expected Tokens sequences which start the method's inner grammar.

    MAX_LOOKAHEAD?: number

    DSLMethodOpts.MAX_LOOKAHEAD

    The separator between each iteration.