The latest version of ParserFunction is 0.1.0-0.

ParserFunction

Version 0.0.8 revision 0 uploaded by EnzoHaussecker.

Package meta

Synopsis
Utilities for parsing and evaluating mathematical expressions.
Description

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.

Author
Enzo Haussecker
Bug reports
n/a
Category
Parsing
Copyright
n/a
Homepage
n/a
Maintainer
ehaussecker@gmail.com
Package URL
n/a
Stability
n/a

Components