UNPKG

solidity-antlr4

Version:

Solidity Lang Lexer and Parser by official ANTLR4 grammar

6 lines (5 loc) 176 B
export * from 'antlr4ng'; export * from './SolidityLexer'; export * from './SolidityParser'; export * from './SolidityParserListener'; export * from './SolidityParserVisitor';