An open API service indexing awesome lists of open source software.

https://github.com/mr-addict/expression-calculator

A calculator that able to parse your expression and get the result
https://github.com/mr-addict/expression-calculator

calculator chevrotain

Last synced: 7 months ago
JSON representation

A calculator that able to parse your expression and get the result

Awesome Lists containing this project

README

          

# Expression Calculator

This is a project that implements a simple expression calculator based on [chevrotain](https://chevrotain.io) parser generator.

- [x] Support for basic arithmetic operations
- [x] Support for floating point numbers
- [x] Decimal point
- [x] Scientific notation
- [x] Support for functions
- [ ] Support friendly error messages
- [ ] Support friendly UI