BIT Interpreter is an interpreter for the esotheric programming language BIT (invented by David Morgan-Mar) implemented in C++.
The project can be built with Microsoft Visual C++ 2019 or any other C++ compiler.
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