UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

9 lines (8 loc) 298 B
import { Tool } from "../Tool.js"; import { Grammar } from "./Grammar.js"; import { LexerGrammar } from "./LexerGrammar.js"; import { GrammarParserInterpreter } from "./GrammarParserInterpreter.js"; export { Tool }; export { Grammar }; export { LexerGrammar }; export { GrammarParserInterpreter };