# Pirox
Library for building a calculator.
## Run WASM example
After cloning the repository, run the following command:
wasm-pack build --target web
And open the HTML file for the WASM example in any web server (e.g. Five Server for Visual Studio Code)
## To-do
- [X] Support for parentheses
- [X] Support for decimals
- [X] Ensure easy integration
- [X] Exponent support
- [ ] Trigonometric functions
- [ ] Modulo operation