Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 508 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 508 Bytes

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