hsmisc-1.2: A collection of miscellaneous modules

Safe HaskellSafe
LanguageHaskell98

HsMisc.Parsec.Char

Description

Some useful additional Parsec Char parsers

Synopsis

Documentation

eol :: GenParser Char st Char Source

Considers end of file and newline to both be end of line

tillEol :: GenParser Char st String Source

Everything up to the end of line (as defined above)