Who maintains haskell-src?

Krasimir Angelov kr.angelov at gmail.com
Fri Apr 29 14:38:28 EDT 2005


In Haddock there is another good Haskell Lexer/Parser. It should be
good to have one reusable parser suitable for all projects.

Cheers,
  Krasimir

On 4/29/05, Ross Paterson <ross at soi.city.ac.uk> wrote:
> That would be me, I guess.
> 
> On Fri, Apr 29, 2005 at 05:12:48PM +0200, Niklas Broberg wrote:
> > The reason I ask is my haskell-src-exts
> > (http://www.cs.chalmers.se/~d00nibro/haskell-src-exts) library that
> > extends the haskell-src modules with support for syntactic extensions.
> > I believe this functionality is something that most users of
> > haskell-src are interested in, so perhaps it might be a good idea to
> > actually add my extensions to the standard package. It won't be this
> > very minute since there are some issues, but if I get a clearance I'll
> > make an effort to work them out.
> 
> Sounds like a great idea.  There have been a few changes to
> haskell-src since you started that will need reconciling.
> I'd also like to parameterize the parser over the Extensions
> type currently in Distribution.Extension (maybe it should move to
> Language.Haskell.Extension) so that users could selectively enable
> extensions.  I'd also like to merge the lexer and parser of the arrow
> preprocessor into haskell-src.
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>


More information about the Libraries mailing list