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
- Host: GitHub
- URL: https://github.com/mr-addict/expression-calculator
- Owner: MR-Addict
- Created: 2025-03-10T08:53:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T04:42:26.000Z (about 1 year ago)
- Last Synced: 2025-10-12T10:09:42.080Z (7 months ago)
- Topics: calculator, chevrotain
- Language: TypeScript
- Homepage: https://mr-addict.github.io/expression-calculator/
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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