Re: ANNOUNCE: Happy version 1.9

2000-12-21 Thread Reuben Thomas

> ANNOUNCING  Happy 1.9  - The LALR(1) Parser Generator for Haskell
> -

A Windows InstallShield package is available at

  http://www.haskell.org/happy/dist/1.9/happy-1-9.exe

-- 
http://sc3d.org/rrt/ | egrep, n.  a bird that debugs bison



___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



Re: ANNOUNCE: Happy version 1.9

2000-12-21 Thread Manuel M. T. Chakravarty

Simon Marlow <[EMAIL PROTECTED]> wrote,

> ANNOUNCING  Happy 1.9  - The LALR(1) Parser Generator for Haskell
> -

A RedHat 7.0/i386 rpm package is available at

  ftp://ftp.cse.unsw.edu.au/pub/users/chak/jibunmaki/i386/happy-1.9-1.i386.rpm

and the matching source rpm at

  ftp://ftp.cse.unsw.edu.au/pub/users/chak/jibunmaki/src/happy-1.9-1.src.rpm

Happy Hacking,
Manuel

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



ANNOUNCE: Happy version 1.9

2000-12-20 Thread Simon Marlow

ANNOUNCING  Happy 1.9  - The LALR(1) Parser Generator for Haskell
-

I'm pleased to announce version 1.9 of Happy, the parser generator
system for Haskell.  Changes in this version, relative to version 1.8
(the previous full release):

* A grammar may now contain several entry points, allowing
  several parsers to share parts of the grammar.

* Some bugfixes.

Happy is available in source form, which can be compiled with GHC
version 4.xx (4.08.1 recommended), and we also provide binaries for
some architectures.  The Happy homepage with links to the various
distributions lives at:

http://www.haskell.org/happy/

Please send any bug reports and comments to [EMAIL PROTECTED]

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users