Haskellsupport in KDevelop

Peter Robinson listener at thaldyron.com
Sat Oct 4 20:15:32 EDT 2003


Hello,
I've begun to write a plugin that provides basic support for Haskell in 
KDevelop 3.0 alpha. (http://www.kdevelop.org). It is already included in the 
CVS  and the latest alpha7 release. 
Screenshots:
http://www.thaldyron.com/snap1.png
http://www.thaldyron.com/snap2.png
http://www.thaldyron.com/snap3.png
At the moment it's only possible to create a new project and to build/run it 
with GHC. 
What's really missing is a (primitive) background parser written that reports 
syntax errors. It can be written in yacc, antlr, etc., anything that produces 
C/C++ code. The only parsers for Haskell I could find are written themselves 
in Haskell.
Does anyone know about one or must I write it from scratch?

Regards,
Peter



More information about the Haskell-Cafe mailing list