@hackage ParserFunction0.0.3

An algorithm for parsing Expressions.

The centerpiece of this package is a function called "expressionToDouble", which parses an expression (in the form of a string) and returns a Double. Examples of this function can be found by viewing the source code for this module.