Hets - the Heterogeneous Tool Set

Copyright(c) Daniel Calegari Universidad de la Republica, Uruguay 2013
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerdcalegar@fing.edu.uy
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred

QVTR.Parser

Description

 

Documentation

skip :: CharParser st ()

pKey :: String -> CharParser st ()

pSym :: String -> CharParser st ()

pCommaSep :: CharParser st a -> CharParser st [a]

pSemiSep :: CharParser st a -> CharParser st [a]

pColonSep :: CharParser st a -> CharParser st [a]