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.
- Host: GitHub
- URL: https://github.com/federicobond/solidity-type-resolver
- Owner: federicobond
- License: mit
- Created: 2019-03-27T17:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T18:04:10.000Z (over 7 years ago)
- Last Synced: 2025-04-05T06:28:54.997Z (about 1 year ago)
- Topics: solidity, solidity-language, types
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)