/bit-interpreter

C++ implementation of a interpreter for the esotheric programming language BIT (invented by David Morgan-Mar). See also the official website: https://www.dangermouse.net/esoteric/bit.html

Primary LanguageC++MIT LicenseMIT

BIT Interpreter

BIT Interpreter is an interpreter for the esotheric programming language BIT (invented by David Morgan-Mar) implemented in C++.

Build

The project can be built with Microsoft Visual C++ 2019 or any other C++ compiler.

Usage

You can run the interpreter and type in the BIT source code:

> BitInterpreter.exe

LINE NUMBER ZERO CODE PRINT ONE

1

Or you can pipe a text file with the BIT source code into the program:

> BitInterpreter.exe < helloworld.txt

010010000110010101101100011011000110111100100000011101110110111101110010011011000110010000100001

Links