ParserFunction: Utilities for parsing and evaluating string-expressions.
Deprecated
in favor of attoparsec
ParserFunction provides utilities for parsing and evaluating string-expressions.
The centerpiece of this module is a function called evalStrExpr
,
which evaluates a string-expression using a variable lookup map.
Example: evalStrExpr
"exp(x)" [('x',1)] gives 2.718281828459045.
More examples can be found by viewing the source code for this module.
This module also exports all supporting functionality.
Downloads
- ParserFunction-0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.1.0 |
---|---|
Dependencies | base (<6), containers, parsec [details] |
License | BSD-3-Clause |
Author | Enzo Haussecker |
Maintainer | ehaussecker@gmail.com |
Category | Parsing |
Uploaded | by EnzoHaussecker at 2011-09-25T04:26:48Z |
Distributions | NixOS:0.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 8317 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2015-12-08 [all 6 reports] |