A C++ Mathematical Expression Toolkit Library based on https://github.com/ArashPartow/exprtk.
- Split the original single header into modular files for easier iteration, with a merge script to generate a single hpp output
- Added AST node arena allocator to improve memory efficiency, median +3.3% parse throughput improvement, see benchmark_result