Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Happy

You are here: irt.org | FOLDOC | Happy

<tool> A dyslexic acronym for "A Yacc-like Haskell Parser generator".

An LALR1 grammar parser generator for Haskell. Happy is written in Haskell, uses a parser generated by itself, and can be compiled using ghc, hbc or gofer. Happy uses an implementation of monadic IO built on top of stream IO, but this should change when the Haskell 1.3 standard has been implemented.

Version: 0.9 (1996-02-28).

Happy is covered by the General Public License.

(http://dcs.gla.ac.uk/fp/software/happy.html).

(ftp://ftp.dcs.gla.ac.uk/pub/haskell/happy/).

E-mail: <simonm@dcs.gla.ac.uk>, .

(1996-03-21)

Nearby terms: Han Unification « hanzi « happily « Happy » haptic interface » haptics » haque

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb