Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 746 Bytes

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