Brain Assistant is a CLI tool intended for computing mathematical expressions and being an encyclopedia for mathematical concepts.
Install using cargo:
sh
cargo install brain-assistant
Pass an expression to the brain
command to parse and reduce an expression:
sh
$ brain 1+2+3
6
Invoke the brain
command without any arguments to start the REPL:
```sh $ brain
1+1 2 1/25 5/2 2x^2+3x^2 5x^2 ```
Exit the REPL by pressing Ctrl-C
.