Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duaraghav8/solparse
- Owner: duaraghav8
- Created: 2016-08-02T18:48:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T09:32:35.000Z (over 1 year ago)
- Last Synced: 2024-10-20T06:19:30.781Z (25 days ago)
- Topics: abstract-syntax-tree, ast, blockchain, decentralized, ethereum, parse, pegjs, security, smart-contracts, solidity, solium
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/solparse
- Size: 441 KB
- Stars: 29
- Watchers: 5
- Forks: 15
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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