ChristmasTree: Alternative approach of 'read' that composes grammars instead of parsers.

[ library, parsing- ] [ Propose Tags ]

ChristmasTree (Changing Haskell's Read Implementation Such That by Mainpulating ASTs it Reads Expressions Efficiently) is an alternative approach of read that composes grammars instead of parsers. It reads data in linear time, while the function read has an exponential behavior in some cases of data types with infix operators.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2, 0.2.1, 0.2.1.1
Dependencies base (>=4 && <5), containers, fgl (>=5.4.2 && <5.4.3), template-haskell (>=2.4), TTTAS (>=0.4), uulib (>=0.9.11) [details]
License LicenseRef-LGPL
Copyright Universiteit Utrecht
Author
Maintainer Marcos Viera <mviera@fing.edu.uy>
Category Parsing
Home page http://www.cs.uu.nl/wiki/bin/view/Center/TTTAS
Uploaded by DoaitseSwierstra at 2013-01-23T15:25:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7362 total (19 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for ChristmasTree-0.2.1.1

[back to package description]
Please check the right section in this file for instructions depending on how you obtained the source files.


Installing ChristmasTree from a source distribution
-------------------------------------------

  The source distribution can be unpacked from the
  .tar.gz files distributed in the following page:

    http://www.cs.uu.nl/wiki/bin/view/Center/TTTAS

  System wide installation (assumming GHC is the
  Haskell compiler) can be done like this:

    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure
    ./setup build
    ./setup install


Installing uulib to a non-standard location
-------------------------------------------

  This is useful if you don't want (or can't)
  modify system wide settings.

    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure --prefix=/foo
    ./setup build
    ./setup install --user

  The last command registers the package only for
  the user.



Optionally generating Haddock Documentation
-------------------------------------------

  Output generated in dist/doc/html

    ./setup haddock