Calc is a package that provides the tools to evaluate simple numerical expressions
- Additional code to support Boolean operators
- Add boolean return for solve
- Add > and < operators
- Add Unary Not (!)
- Internally bool values are 1 and 0, true/false is the conversion. A non Zero value is always true.