@browsery/antlr4
Version:
Browser compatible antlr4 module
13 lines (12 loc) • 713 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 ATN } from "./ATN.js";
export { default as ATNConfig } from "./ATNConfig.js";
export { default as ATNConfigSet } from "./ATNConfigSet.js";
export { default as ATNDeserializer } from "./ATNDeserializer.js";
export { default as LexerATNSimulator } from "./LexerATNSimulator.js";
export { default as ParserATNSimulator } from "./ParserATNSimulator.js";
export { default as PredictionMode } from "./PredictionMode.js";
export { default as PredictionContextCache } from "./PredictionContextCache.js";