The ParserFunction package
This package is obsolete: use attoparsec instead.
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.
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8 |
|---|---|
| Dependencies | base (<6), containers, parsec |
| License | BSD3 |
| Author | Enzo Haussecker |
| Maintainer | ehaussecker@gmail.com |
| Category | Parsing |
| Upload date | Sun Sep 25 04:26:48 UTC 2011 |
| Uploaded by | EnzoHaussecker |
| Build failure | ghc-7.2 (log) |
Modules
- Text
- ParserCombinators
- Parsec
- Text.ParserCombinators.Parsec.ParserFunction
- Parsec
- ParserCombinators
Downloads
- ParserFunction-0.0.4.tar.gz (Cabal source package)
- package description (included in the package)