Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: haskell-src (Brandon Allbery)
2. Re: haskell-src (jean verdier)
----------------------------------------------------------------------
Message: 1
Date: Mon, 17 Oct 2011 03:53:19 -0400
From: Brandon Allbery <[email protected]>
Subject: Re: [Haskell-beginners] haskell-src
To: jean verdier <[email protected]>
Cc: [email protected]
Message-ID:
<cakfcl4v25xwmq3ozrsdw57xym7rsbbvtghqwezcxnvz-_o7...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
On Mon, Oct 17, 2011 at 03:18, jean verdier <[email protected]> wrote:
> Haskell-src parses enough haskell for my needs so extended haskell
> parsing is not the problem atm. I am looking for parser that outputs
> better errors. I have run some quick parsing tests using
>
haskell-src-exts is where pretty much all work on parsers for Haskell is
concentrated; if it's not handling something correctly, you should report
that as a bug.
--
brandon s allbery [email protected]
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20111017/19ebdeeb/attachment-0001.htm>
------------------------------
Message: 2
Date: Mon, 17 Oct 2011 11:53:24 +0200
From: jean verdier <[email protected]>
Subject: Re: [Haskell-beginners] haskell-src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"
I trust the parsers (haskell-src and haskell-src-exts) as i suppose that
they output a correct ast from valid haskell sources and produce an
error otherwise. The error reported have locations that are more or less
correct (off by one token in some cases) and messages that i would not
expect. Still i would not qualify those problems as bugs as those
parsers are more like (Source -> Maybe AST) so the error info is not
that important. Thus it's not handling things incorrectly IMHO.
On Mon, 2011-10-17 at 03:53 -0400, Brandon Allbery wrote:
> On Mon, Oct 17, 2011 at 03:18, jean verdier <[email protected]>
> wrote:
> Haskell-src parses enough haskell for my needs so extended
> haskell
> parsing is not the problem atm. I am looking for parser that
> outputs
> better errors. I have run some quick parsing tests using
>
>
> haskell-src-exts is where pretty much all work on parsers for Haskell
> is concentrated; if it's not handling something correctly, you should
> report that as a bug.
>
>
> --
> brandon s allbery
> [email protected]
> wandering unix systems administrator (available) (412) 475-9364
> vm/sms
>
>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 40, Issue 24
*****************************************