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

2005-09-15 Thread Bulat Ziganshin
Hello Simon, Tuesday, September 13, 2005, 5:00:17 PM, you wrote: But I did finish the combinator based parser for GHC. I tested it by having GHC( with combinator parser) compile itself and all the libraries. This took about 10% longer than with the original GHC, so in practice its speed is

[Haskell-cafe] RE: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-09-13 Thread Simon Marlow
On 30 August 2005 12:05, 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). I needed a drop-in replacement for GHC's Happy parser, to make a prototype for syntax

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

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 refactored

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 haskell-src-exts,

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-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 documentation

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 and attach

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 really cool

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 comments and

[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

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, although

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 GHC and