gibica

Interprète ? Interprète ? Cuillère !


Keywords
interpreter, python3
License
MIT
Install
pip install gibica==0.8.2

Documentation

Gibica

Release Status Python Version Build Status Coverage Status Code style: black Documentation Status license

Interprète ? Interprète ? Cuillère ! -- King of Burgundy (Kaamelott).

Installation

You can install the package using pip or pipenv. It requires Python 3.6.0+ to run.

pip install gibica

Usage

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 !

Contributing

See CONTRIBUTING for more information about how to contribute to this project.

Credits

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.