https://github.com/sondr3/solidity-hs
A Haskell megaparsec parser for Solidity
https://github.com/sondr3/solidity-hs
haskell megaparsec parser solidity
Last synced: 4 months ago
JSON representation
A Haskell megaparsec parser for Solidity
- Host: GitHub
- URL: https://github.com/sondr3/solidity-hs
- Owner: sondr3
- License: mit
- Created: 2022-09-05T17:50:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T02:56:53.000Z (over 1 year ago)
- Last Synced: 2025-01-12T21:08:35.565Z (12 months ago)
- Topics: haskell, megaparsec, parser, solidity
- Language: Haskell
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `solidity-hs`
## Install
To install you need GHC version 9.2.2 with Cabal 3.6, you can get these via
`ghcup`. Then run `cabal build` and `cabal test`.