ChristmasTree: Changing Haskell's Read Implementation Such That by Mainpulating Abstract Syntax Trees it Reads Expressions Efficiently
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]
Modules
- Text
- Text.GRead
- Text.GRead.Derive
- Text.GRead.Derive.BindingGroup
- Text.GRead.Grammar
- Transformations
- Text.GRead.Transformations.GramTrafo
- Text.GRead.Transformations.Group
- Text.GRead.Transformations.LeftCorner
- Text.GRead.Transformations.LeftFact
- Text.GRead.Derive
- Text.GShow
- Text.GRead
Downloads
- ChristmasTree-0.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 (>=2 && <=4.1.0.0), containers, fgl (>=5.4), haskell98, template-haskell (<2.4), TTTAS (>=0.3), 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 MarcosViera at 2010-02-17T18:24:53Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7581 total (8 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-30 [all 6 reports] |