- Added support for exponential expressions (terms were already supported)
- More information about this project in [README](https://github.com/paaksing/Znop).
Commands
All payload passed to the commands should strictly match this regex: `[a-zA-Z0-9\+\-\*\(\)\^]`
| Command | Description |
| --- | --- |
| set n=`<setnumber>` | Set the set number of Z |
| reduce `<expression>` | Reduce a Zn expression or equation |
| solve `<equation>` | Solve an one-dimensional Zn equation |
| help | Usage of this program |
| quit | Quit this program |