This is a project that implements a simple expression calculator based on chevrotain parser generator.
- Support for basic arithmetic operations
- Support for floating point numbers
- Decimal point
- Scientific notation
- Support for functions
- Support friendly error messages
- Support friendly UI