ParserFunction-0.0.4: Utilities for parsing and evaluating string-expressions.

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

Versions0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8
Dependenciesbase (<6), containers, parsec
LicenseBSD3
AuthorEnzo Haussecker
Maintainerehaussecker@gmail.com
CategoryParsing
Upload dateSun Sep 25 04:26:48 UTC 2011
Uploaded byEnzoHaussecker
Build failureghc-7.2 (log)

Modules

Downloads