federicobond / solidity-type-resolver

A library for doing simple type resolution of Solidity ASTs generated with solidity-parser-antlr.

Repository from Github https://github.comfedericobond/solidity-type-resolverRepository from Github https://github.comfedericobond/solidity-type-resolver

solidity-type-resolver

A library for doing simple type resolution of Solidity ASTs generated with solidity-parser-antlr.

It processes the AST and adds a resolvedType key in every UserDefinedTypeName node it finds. It will fail if it cannot resolve a declaration.

License

MIT

Author

Federico Bond (@federicobond)

About

A library for doing simple type resolution of Solidity ASTs generated with solidity-parser-antlr.

License:MIT License


Languages

Language:JavaScript 100.0%