solidity-antlr4
Version:
Solidity Lang Lexer and Parser by official ANTLR4 grammar
7 lines (6 loc) • 345 B
TypeScript
import { ElementaryTypeName } from './elementary-type-name';
import { FunctionTypeName } from './function-type-name';
import { MappingKeyType } from './mapping-key-type';
import { MappingType } from './mapping-type';
import { TypeName } from './type-name';
export { ElementaryTypeName, FunctionTypeName, MappingKeyType, MappingType, TypeName };