[Haskell-cafe] Re: Editors for Haskell

Neil Mitchell ndmitchell at gmail.com
Wed Jun 7 08:25:15 EDT 2006


Hi Pete

> As part of my learning experience, I think I want to see if I can
> write a haskell pastebin that does proper syntax highlighting.
> Someone in #haskell suggested that I use just a lexer because using a
> parser is overkill.  However, I can't make this assessment until I see
> how to use the parser and the information it can supply.

You might want to check out HsColour, which does pretty much exactly
what you asked for:

http://www.cs.york.ac.uk/fp/darcs/hscolour/

Thanks

Neil


More information about the Haskell-Cafe mailing list