univac
Version:
Generate AST of lots of common programming languages using antlr4. JavaScript API and CLI tool.
11 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function getAntlr4Impl() {
return {
Lexer: require('../grammar/antlr4/ANTLRv4Lexer').ANTLRv4Lexer,
Parser: require('../grammar/antlr4/ANTLRv4Parser').ANTLRv4Parser,
mainRule: 'grammarSpec',
};
}
exports.getAntlr4Impl = getAntlr4Impl;
//# sourceMappingURL=antlr4.js.map