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 an expression (as a string) and returns an expression tree of type Expr (or nothing if the string is malformed). Expressions can be evaluated using the function evaluateExpression. Examples of these functions can be found by viewing the source code for this package.
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 20:43:05 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.5.tar.gz (Cabal source package)
- package description (included in the package)