UNPKG

@browsery/antlr4

Version:

Browser compatible antlr4 module

7 lines (5 loc) 174 B
import {ATNState, RuleStopState} from "./index.js"; export declare class RuleStartState extends ATNState { stopState: RuleStopState; isLeftRecursiveRule: boolean; }