Skip to content
Alejandro Sanchez edited this page Nov 22, 2016 · 7 revisions

Run the Giga code

In order to run the Giga code, you need to have a file with .giga extension with valid code and the Giga.py file along with all of its dependencies that are in the folder.

Run the following command

python Giga.py testFile.giga

**Then you have run your first Giga program!!! 💯 **

Computer equipment, language, and utilities used in Giga’s development:

Giga was made using two MacBook Pro’s running macOS 10.12. The compiler and virtual machine were built with Python 2.7, and for the front-end we used Blockly.

Clone this wiki locally