Bin-snake is an Esolang - in short, it is a wrapper for Python, in binary. Bin-snake executes Python code, written in binary.
Usage: bin_snake.py [--help] [--compile COMPILE] [--run RUN] [--interpret INTERPRET] [--write WRITE]
Bin-snake executable
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 |