A simple BrainF interpreter written in C
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