@browsery/antlr4
Version:
Browser compatible antlr4 module
13 lines (12 loc) • 675 B
JavaScript
/* Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
export { default as RuleNode } from "./RuleNode.js";
export { default as ErrorNode } from "./ErrorNode.js";
export { default as TerminalNode } from "./TerminalNode.js";
export { default as ParseTree } from "./ParseTree.js";
export { default as ParseTreeListener } from "./ParseTreeListener.js";
export { default as ParseTreeVisitor } from "./ParseTreeVisitor.js";
export { default as ParseTreeWalker } from "./ParseTreeWalker.js";
export { default as Trees } from "./Trees.js";