Interprète ? Interprète ? Cuillère ! -- King of Burgundy (Kaamelott).
You can install the package using pip
or pipenv
. It requires Python 3.6.0+ to run.
pip install gibica
After have installed the software, you can run it as a CLI program with your Gibica script file as an argument.
gibica script.gbc
For more information, you can display the help.
gibica --help
Feel free to checkout the documentation here !
See CONTRIBUTING for more information about how to contribute to this project.
This project was initially born by the reading of the amazing series of articles Let’s Build A Simple Interpreter written by Ruslan Spivak.
I would also like to mention the project CInterpreter created by Slađan Kantar that inspired me during the development of this interpreter.