This is the initial release for the 🐒 Monkey interpreter, Prymate, written in 🐍 Python.
This supports all of the Monkey Canon features and,
1. Additional builtin functions like: `help, exit, type, gets, sumarr, and more...`
2. String `!=` and `==` operations.
The tests subfolder contains all the tests for the interpreter.