Interface ILLkLookaheadStrategyConstructorExperimental

interface ILLkLookaheadStrategyConstructor {
    new ILLkLookaheadStrategyConstructornew (options?: {
        maxLookahead?: number;
    }): ILookaheadStrategy & ILLkLookaheadValidator;
}

Constructors

Constructors