Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xieyuschen/slinter
[WIP] A Solidity Linter Written in Haskell
https://github.com/xieyuschen/slinter
eth ethereum linter solidity solidity-linter
Last synced: about 1 month ago
JSON representation
[WIP] A Solidity Linter Written in Haskell
- Host: GitHub
- URL: https://github.com/xieyuschen/slinter
- Owner: xieyuschen
- License: bsd-3-clause
- Created: 2024-08-02T05:16:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:15:52.000Z (5 months ago)
- Last Synced: 2024-08-26T19:11:14.350Z (5 months ago)
- Topics: eth, ethereum, linter, solidity, solidity-linter
- Language: Haskell
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# slinter
The slinter is a solidity linter written by haskell to lint and inspect the solidity projects.
The linter follows the [solidity language grammar](https://docs.soliditylang.org/en/latest/grammar.html) to parse the solidity code.