math-expressions
math-expressions copied to clipboard
Draft: AST visitor pattern
Context
Implements the visitor pattern for the Expression AST.
Features and fixes
- fix: #90
- feat: Add support for listing variables in an
Expressiontree. #73 - feat: Add new real number evaluator.
- feat: Add new interval number evaluator.
- feat: Add new vector evaluator.
- feat: Require degree of
Rootfunction to beExpression(breaking). - feat: Stronger typing for algorithmic function handlers.
- feat: cleanup evaluator tests; and improve test coverage for interval and vector evaluation types.