Skip to content

csixteen/c-bff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

c-bff

Simple Brainfuck interpreter written in C.

Building

$ make bin

Running

$ ./bin/c-bff tests/hello.bf
Hello, world!

Testing

$ make test

Limitations

Many. I'm still improving it. Feel free to open a PR if you want to contribute!

License

See LICENSE