The ParserFunction package
This package is obsolete: use attoparsec instead.
ParserFunction provides utilities for parsing and evaluating mathematical expressions. The central parsing function in this package is stringToExpr, which parses a string-expression and returns a maybe expression tree. This tree is suitable for performing symbolic manipulation. Expressions can then be evaluated using the function evalExpr. If you wish to evaluate a string-expression without any intermediate operations, simply use the function evalString. Examples of these functions can be seen by viewing the source code of this module.
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 | Thu Feb 9 04:41:09 UTC 2012 |
| Uploaded by | EnzoHaussecker |
| Built on | ghc-7.4 |
Modules
- Text
- ParserCombinators
Downloads
- ParserFunction-0.0.7.tar.gz (Cabal source package)
- package description (included in the package)