[Haskell-cafe] package ParsecToken

Sumit Sahrawat, Maths & Computing, IIT (BHU) sumit.sahrawat.apm13 at iitbhu.ac.in
Sun Mar 15 14:43:02 UTC 2015


A tutorial for Parsec 3 lives here:
https://github.com/JakeWheat/intro_to_parsing
HTH

On 15 March 2015 at 19:33, Brandon Allbery <allbery.b at gmail.com> wrote:

> On Sun, Mar 15, 2015 at 10:00 AM, Kattamuri Ekanadham <eknath2k at gmail.com>
> wrote:
>
>> I am  new to the community and learning Parsec, reading the tutorial
>> "Parsec, a fast combinator Parse" by Daan Leijen.
>>
>> In the tutorial, the examples import the package called "ParsecToken" and
>>
>
> The tutorial is for Parsec version 1 for Haskell98, which only had flat
> package names. It is no longer 1998. :)
>
> Text.ParserCombinators.Parsec.Token is probably closest to the flat
> module, but even that is out of date; it's a compatibility shim for Parsec
> 2, whereas the Text.Parsec modules are Parsec 3. I don't know if there are
> any updated tutorials for Parsec 3.
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allbery.b at gmail.com
> ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>


-- 
Regards

Sumit Sahrawat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150315/2e77330f/attachment.html>


More information about the Haskell-Cafe mailing list