Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-30 Thread Arthur Baars
You can check them out using CVS as follows: cvs -d:pserver:[EMAIL PROTECTED]:/data/cvs-rep login cvs -d:pserver:[EMAIL PROTECTED]:/data/cvs-rep checkout uust I'll ask Doaitse to add this information to the web page. Arthur On 30-aug-05, at 13:53, Benjamin Franksen wrote: On Tuesday 30 Augus

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-30 Thread Benjamin Franksen
On Tuesday 30 August 2005 13:04, Arthur Baars wrote: > Daan is right, I wrote a parser for GHC using Doaitse Swierstra's > parsing combinator library > (http://www.cs.uu.nl/groups/ST/Software/UU_Parsing/index.html). Very interesting. I tried to download it but I had no success. How exactly do I "

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-30 Thread Arthur Baars
Daan is right, I wrote a parser for GHC using Doaitse Swierstra's parsing combinator library (http://www.cs.uu.nl/groups/ST/Software/UU_Parsing/index.html). I needed a drop-in replacement for GHC's Happy parser, to make a prototype for syntax macros. Syntax Macros allow a programmer to extend

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-29 Thread Daan Leijen
Brian Smith wrote: I heard that there is some combinator-based Haskell parser that also is equivalent to GHC's Happy-based one, and is within 10% of its performance. I had thought that I read that GHC might even start using it. Does anybody know if the combinator-based one is available? This

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-29 Thread Brian Smith
> > On Tue, Aug 23, 2005 at 04:10:51PM +0200, Lemmih wrote:> > > ghc-src 0.2.0 has been released.> > >> > > ghc-src is a Haskell parser with full support for every GHC extension.> > > It is a refactored version of the Haskell parser used internally by > > > GHC and is meant as a replacement for h

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-29 Thread Duncan Coutts
On Wed, 2005-08-24 at 00:29 +0200, Lemmih wrote: > On 8/23/05, John Meacham <[EMAIL PROTECTED]> wrote: > > On Tue, Aug 23, 2005 at 04:10:51PM +0200, Lemmih wrote: > > > ghc-src 0.2.0 has been released. > > > > > > ghc-src is a Haskell parser with full support for every GHC extension. > > > It is a

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread John Meacham
On Wed, Aug 24, 2005 at 10:14:58AM +0100, Duncan Coutts wrote: > On Wed, 2005-08-24 at 10:56 +0200, Lemmih wrote: > > On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > > > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > > > ooh. neat. any chance it could be extended to preserve haddock com

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Duncan Coutts
On Wed, 2005-08-24 at 10:56 +0200, Lemmih wrote: > On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > > ooh. neat. any chance it could be extended to preserve haddock comments > > > and attach them to the right places? I thought it would be

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Duncan Coutts
On Wed, 2005-08-24 at 10:14 +0100, Duncan Coutts wrote: > On Wed, 2005-08-24 at 10:56 +0200, Lemmih wrote: > > On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > > > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > > > ooh. neat. any chance it could be extended to preserve haddock comments >

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Lemmih
On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > ooh. neat. any chance it could be extended to preserve haddock comments > > and attach them to the right places? I thought it would be really cool > > if compilers could use the haddock docume

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Krasimir Angelov
2005/8/24, John Meacham <[EMAIL PROTECTED]>: > ooh. neat. any chance it could be extended to preserve haddock comments > and attach them to the right places? I thought it would be really cool > if compilers could use the haddock documentation when printing out error > messages and be able to query

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-23 Thread Lemmih
On 8/23/05, John Meacham <[EMAIL PROTECTED]> wrote: > On Tue, Aug 23, 2005 at 04:10:51PM +0200, Lemmih wrote: > > ghc-src 0.2.0 has been released. > > > > ghc-src is a Haskell parser with full support for every GHC extension. > > It is a refactored version of the Haskell parser used internally by >

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-23 Thread John Meacham
On Tue, Aug 23, 2005 at 04:10:51PM +0200, Lemmih wrote: > ghc-src 0.2.0 has been released. > > ghc-src is a Haskell parser with full support for every GHC extension. > It is a refactored version of the Haskell parser used internally by > GHC and is meant as a replacement for haskell-src-exts, alth

[Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-23 Thread Lemmih
ghc-src 0.2.0 has been released. ghc-src is a Haskell parser with full support for every GHC extension. It is a refactored version of the Haskell parser used internally by GHC and is meant as a replacement for haskell-src-exts, although it might have other uses. The package is cabalized and lives