A simple BrainF interpreter written in C
Clone the repo:
$ git clone https://github.com/aarikpokras/bfi.gitIn the bfi directory, make the build directory and run:
$ cmake -BbuildThen enter the build directory and run:
$ makeThe binary should then be in that directory.
Put the name of the file in the argument, e.g.
$ ./bfi main.bf