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
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 "
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
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
> > 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
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
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
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
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
>
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
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
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
>
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
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
14 matches
Mail list logo