[Haskell] ANNOUNCE: Happy version 1.14
Simon Marlow
simonmar at microsoft.com
Wed Apr 14 13:13:32 EDT 2004
A new version of Happy, the parser generator for Haskell, has been
released. Version 1.14 is a small increment relative to 1.13, whose
purpose is mainly to introduce one new feature which will be reuqired to
compile future versions of GHC.
>From the release notes:
* New meta-veriable $> represents the rightmost token.
* Happy's OPTIONS pragma is merged with an existing one in
the grammar file, if any.
Sources, binaries and documentation are on Happy's web page:
http://www.haskell.org/happy/
Cheers,
Simon
More information about the Haskell
mailing list