Graeme Moss wrote:
> 
> Has anyone written a parser for Haskell 1.4 in Haskell 1.4?

> Has any compiler written the lexer/parser in Haskell?

Nhc13 [1] by Niklas Rojemo contains both a lexer and a parser
for/in Haskell 1.3. (The differences between 1.3 and 1.4 are small [2].)
The parsing combinators and their efficiency are discussed in Rojemo's
thesis [3].

Thomas H

[1] ftp://ftp.cs.chalmers.se/pub/haskell/nhc13
[2] http://haskell.org/report/index.html
[3] http://www.cs.chalmers.se/~rojemo/thesis.html





Reply via email to