Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duaraghav8/solparse

Solidity Parser for Solium
https://github.com/duaraghav8/solparse

abstract-syntax-tree ast blockchain decentralized ethereum parse pegjs security smart-contracts solidity solium

Last synced: 18 days ago
JSON representation

Solidity Parser for Solium

Awesome Lists containing this project

README

        

# Solparse

Pegjs-based Parser for the Solidity Programming language.

It was originally a fork of [Consensys' solidity-parser](https://github.com/ConsenSys/solidity-parser) by Tim Coulter. @cgewecke, @duaraghav8 and @federicobond are co-authors.

## Note
Solparse is primarily meant for [Ethlint](https://github.com/duaraghav8/Ethlint). Because its sole purpose is to make life easier for the linter, we do not guarantee that there won't be any breaking changes, although we work hard to keep it friendly.

If you use solparse in your production systems, use it as a fixed dependency.

### License

MIT