Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Math::Expression::Evaluator::Util - Common functions for Math::Expression::Evaluator
SYNPOSIS
# ...
if
(is_lvalue(
$ast
)){
# $ast represents an lvalue, at the moment just a variable
}
DESCRIPTION
This is package with common functions used in the different modules in the Math::Expression::Evaluator distribution.