Hets - the Heterogeneous Tool Set

Safe HaskellNone

LF.MorphParser

Synopsis

Documentation

pkeyword :: String -> CharParser st ()

plain string parser with skip

skips :: CharParser st a -> CharParser st a

parensP :: CharParser st a -> CharParser st a

bracesP :: CharParser st a -> CharParser st a

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