queertypes / haskell-parsing-tutorial

This Haskell tutorial demonstrates the use of combinator parsing on DNS and how to test said parsers with tasty + QuickCheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Parsing Tutorial: DNS Edition

This work in progress repository aims to show the following:

  • What a parser for DNS data looks like
  • What a complete Haskell library looks like
  • What testing said parser looks like

About

This Haskell tutorial demonstrates the use of combinator parsing on DNS and how to test said parsers with tasty + QuickCheck

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%