happy alternatives and similar packages
Based on the "Development" category.
Alternatively, view happy alternatives based on common mentions on social networks and blogs.
-
criterion
A powerful but simple library for measuring the performance of Haskell code. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
inline-c
Write Haskell source files including C code inline. No FFI required. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell.
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of happy or a related project?
Popular Comparisons
README
Happy
Happy is a parser generator for Haskell 98 (and later).
Happy is built using Cabal. First install GHC, then:
$ cabal install
If you obtained the development version from https://github.com/simonmar/happy/, install via:
$ make sdist && cabal install
Complete documentation can be found in the directory 'doc', in DocBook XML format. To format the documentation, the DocBook-Tools suite (see https://github.com/docbook/wiki/wiki/DocBookTools) provides all the bits & pieces you need. Alternatively, pre-formatted documentation is available from Happy's homepage (URL above).
The directory 'examples' contains some example parsers that use Happy.
For information on copying and distributing this program, see the file LICENSE in this directory.
Bugs should be reported at: https://github.com/simonmar/happy/issues
Happy Parsing!
Simon.
*Note that all licence references and agreements mentioned in the happy README section above
are relevant to that project's source code only.