[Haskell-cafe] Parsec online resource

Edwin Eyan Moragas haaktu at gmail.com
Mon Feb 21 09:07:40 EST 2005


HI Guys,

i'm trying to use parsec to do some data creation for me.
was reading the online user documentation
and all seems well.

however, i can't dig how i can use the result
of the parsing.

any ideas/resources you can point out would be
of very big help.

just in case you're interested. i'm trying to
implement a YAML parser.
that is:
1) read a YAML file containing data
(say a list of names)
2) parse the YAML file
(this is where parsec comes in)
3) come out with a list (int haskell)
after parsing the YAML source.

kind regards,
eyan

-- 
http://www.eyan.org

Object-oriented programming offers
a sustainable way to write spaghetti code.


More information about the Haskell-Cafe mailing list