eq_parser 1.0.4
eq_parser: ^1.0.4 copied to clipboard
A lightweight and fast mathematical equation parser with support for functions and variables.
1.0.4 #
- Updated readme to explain the basis of the algorithm
1.0.3 #
- Added benchmarks to tests and benchmark results to readme
1.0.2 #
- Formatting
1.0.1 #
- Code format improvements
- Support equations across multiple lines (ignore newlines)
- Add minimal (lite) implementation of the parser
1.0.0 #
- Initial version.