
4 Oct
2003
4 Oct
'03
8 p.m.
On Sat, Oct 04, 2003 at 07:15:32PM +0200, Peter Robinson wrote:
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?
There's a yacc parser in Hugs.