An open API service indexing awesome lists of open source software.

https://github.com/federicobond/solidity-type-resolver

A library for doing simple type resolution of Solidity ASTs generated with solidity-parser-antlr.
https://github.com/federicobond/solidity-type-resolver

solidity solidity-language types

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

solidity-type-resolver
======================

A library for doing simple type resolution of Solidity ASTs generated with [solidity-parser-antlr](https://github.com/federicobond/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)