The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.0.5 - 2008-03-31

  • Added ability to compile expression to a perl function
  • Many more tests, checked with Devel::Cover
  • Added "See Also" list to MEE documentation
  • Lexer: track .pos in tokens
  • Parser: Annotate error messages with position
  • Documentation in Lexer.pm: more details on regex matching
  • non-recursive 'variables' method
  • more parse tree documentation
  • removed many trailing spaces in source code
  • simplify AST while parsing, not in a separate step

Modules

parses, compiles and evaluates mathematic expressions
Optimize Math::Expression::Evaluator ASTs
Parse mathematical expressions
Common functions for Math::Expression::Evaluator