Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1003 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1003 Bytes

Bin-snake

Bin-snake is an Esolang - in short, it is a wrapper for Python, in binary. Bin-snake executes Python code, written in binary.

Usage

Usage: bin_snake.py [--help] [--compile COMPILE] [--run RUN] [--interpret INTERPRET] [--write WRITE]

Bin-snake executable

Options:

Option Description
--help, -h show this help message and exit
--compile COMPILE, -c COMPILE compile a .bs file to a .py file
--run RUN, -r RUN compile and run a .bs file
--interpret INTERPRET, -i INTERPRET interpret a .bs string and print the output
--write WRITE, -w WRITE convert a .py file to a .bs file