Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloydmeta/ip-parsing-hs
Playing around with parsers in Haskell
https://github.com/lloydmeta/ip-parsing-hs
haskell ip-address ipv4 ipv6 learning-exercise parsers travis-ci
Last synced: 26 days ago
JSON representation
Playing around with parsers in Haskell
- Host: GitHub
- URL: https://github.com/lloydmeta/ip-parsing-hs
- Owner: lloydmeta
- License: mit
- Created: 2017-06-09T09:08:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T15:45:04.000Z (over 7 years ago)
- Last Synced: 2024-11-11T05:43:38.910Z (3 months ago)
- Topics: haskell, ip-address, ipv4, ipv6, learning-exercise, parsers, travis-ci
- Language: Haskell
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP address parsing [![Build Status](https://travis-ci.org/lloydmeta/ip-parsing-hs.svg?branch=master)](https://travis-ci.org/lloydmeta/ip-parsing-hs)
Done as an exercise for practising Haskell.
* Parses IPv4 and IPv6
* Converts from IPv4 to IPv6### Areas explored
- Parsing stuff w/ Trifecta
- Various datatypes and conversions btwn them
- Stack for managing the build
- HSpec
- Internals hiding
- Pleasing Travis CI