Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 426 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 426 Bytes

bfi

A simple BrainF interpreter written in C

Compiling and Using

Clone the repo:

$ git clone https://github.com/aarikpokras/bfi.git

In the bfi directory, make the build directory and run:

$ cmake -Bbuild

Then enter the build directory and run:

$ make

The binary should then be in that directory.

Put the name of the file in the argument, e.g.

$ ./bfi main.bf