[Haskell-cafe] Parsec online resource
Philippa Cowderoy
flippa at flippac.org
Mon Feb 21 09:36:34 EST 2005
On Mon, 21 Feb 2005, Edwin Eyan Moragas wrote:
> however, i can't dig how i can use the result
> of the parsing.
>
There's a group of functions runParser, parse, parseFromFile and parseTest
all of which 'run' Parsec parsers on input given by one of their
parameters and return the result of parsing.
--
flippa at flippac.org
Performance anxiety leads to premature optimisation
More information about the Haskell-Cafe
mailing list