Skip to content

aarikpokras/bfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple BrainF interpreter written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published