sdf2p1-parser-0.1.1: A parser for SDF version 2.1 using Parsec

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.SDF.V2p1.Parser.SDFTypes

Synopsis

Documentation

type SdfString = ByteString Source

This is the parser stream type. We can switch from String to ByteString or other input stream by changing the definition of SdfString