A Math Parser for JavaScript.
This is the current backend for my Calculator
- Basic operators (prefix & postfix)
- Parentheses
- Operator precedence (aka 'order of operations')
- Constants
- Functions
- Parameters
- Parameter lists
- Variables
- Multiple expressions
- Macros
- Lists
- Pass all tests for my Calculator