
10 Sep
2003
10 Sep
'03
7:39 a.m.
On Wed, Sep 10, 2003 at 12:33:50PM +0200, Peter Robinson wrote:
Does anyone know a reasonable standalone Parser for the Haskell Grammar? The only one i found was hsparser but it's still an alpha release and i get a few errors during compiling. I know i could write one using Happy but i don't want to reinvent the wheel...
The latest version of hsparser is the Language.Haskell.* modules in the haskell-src package, included with recent releases of GHC and Hugs.