Intended to explore the basics of the esoteric programing language Rockstar. Here is the specs on Github.
We have elected to use the Rockstar-Python transpiler found here. Exact download instructions can be found on the page, however we used the command
pip install rockstar-py
When building your program you want to use the command:
rockstar-py -i YOUR-PROGRAM.rock, -o out.py
Run your out.py
file however you want. We recommend typing this command:
´´´
py out.py
´´´
TODO: Add license and copyright notice.