makeTokenParser + LanguageDef

Hi Haskellers, is there a fine tutorial for building a parser with parsecs (3.*) makeTokenParser and LanguageDef stuff? Klaus

Hi Klaus, for what it's worth, you might want to consider using this package instead of Parsec: http://hackage.haskell.org/package/BNFC Take care, Peter

The tutorial here: http://legacy.cs.uu.nl/daan/download/parsec/parsec.html#Lexical analysis <http://legacy.cs.uu.nl/daan/download/parsec/parsec.html#Lexical analysis>is for parsec 2, but it's still quite relevant. - Job On Tue, Mar 8, 2011 at 6:22 AM, Hauschild, Klaus (EXT) < klaus.hauschild.ext@siemens.com> wrote:
Hi Haskellers,
is there a fine tutorial for building a parser with parsecs (3.*) makeTokenParser and LanguageDef stuff?
Klaus
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Hauschild, Klaus (EXT)
-
Job Vranish
-
Peter Simons