Standalone Parser for Haskell Grammar

Ross Paterson ross@soi.city.ac.uk
Wed, 10 Sep 2003 12:39:50 +0100


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.