- Removed std::cout diagnostics, stubbed the A3::dump replacement.
- Debug mode can now be disabled.
- Added support for compiled expressions that are compiled once and evaluated multiple times in different contexts.
- Added Eval::getOperators to expose suported operator symbols.
- TW-1254 Calc command can segfault on negative numbers (thanks to Renato Alves). - Implemented a recursive descent parser to syntax check the expression, and disambiguate unary minus. The syntax checking is not generating any diagnostics yet.
- Merged libexpr Eval support.