UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

5 lines (4 loc) 131 B
import type { GrammarAST } from "./GrammarAST.js"; export interface IQuantifierAST extends GrammarAST { isGreedy(): boolean; }