UNPKG

solidity-antlr4

Version:

Solidity Lang Lexer and Parser by official ANTLR4 grammar

6 lines (5 loc) 188 B
export * from "antlr4ng"; export * from "./SolidityLexer.js"; export * from "./SolidityParser.js"; export * from "./SolidityParserListener.js"; export * from "./SolidityParserVisitor.js";