Speddy Math Interpreter CLI
Hello! Here I am going to teach you how to use Speddy Math Interpreter CLI.
What is it?
Speddy Math Interpreter is a Math interpreter made by TheSpeddyEthanYT (Discord: Speddy#9770), It uses
.smif files, Here is an example of it.
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 - 8 - 7 - 6 - 5 * 4 * 3 / 2 + 1
How to use it?
Its really easy to use it, you just run this line on your command line.
SpeddyMath
After that you will get an interactive menu that asks you this:
? What are you going to do? (Use arrow keys)
You will have 2 options apart of the exit one.
Make Operation From String
If you pick the first option you will get this:
? Type your string.
Then type a math operation using the .smif format
Make Operation From File (.smif)
If you pick the second one you will get this
? Type your file location.
Then type a file route that has a .smif format operation on it!
How to install it
For install it you type on your command line.
npm install speddy-math-interpreter-cli -g