abnf-0.2.0.0: Parse ABNF and generate parsers for the specified document

Copyright(c) Martin Zeller, 2016
LicenseBSD2
MaintainerMartin Zeller <mz.bremerhaven@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell2010

Text.ABNF.Document.Parser

Description

This module takes a canonicalized rule to parse a document described by it. You use the function generateParser to generate an attoparsec parser.

Documentation

toList :: a -> [a] Source