UNPKG

antlr4ng

Version:

Alternative JavaScript/TypeScript runtime for ANTLR4

4 lines (3 loc) 285 B
import { PredictionContext } from "./PredictionContext.js"; import { SingletonPredictionContext } from "./SingletonPredictionContext.js"; export declare const createSingletonPredictionContext: (parent: PredictionContext | undefined, returnState: number) => SingletonPredictionContext;