bf6671f83d90cf711dea0a5681986adb622922e5
[bf.git] / README.md
1 # bf, a brainfuck interpreter
2 ### Description
3 This is my implementation of a [brainfuck][bf] interpreter. It uses a
4 potentially infinite stack by reallocating more when necessary.
5
6 ### Installation
7 Compiling is as easy as running `make`
8
9 Cleaning up the mess can be done by running `make clean`
10
11 ### Usage
12 Say you have a file containing a program on disk called `hello.bf`. Then you
13 can run the file by running `./bf hello.bf`.
14
15 ### License
16 Do what ever you want with this code.
17
18 [bf]: https://en.wikipedia.org/wiki/Brainfuck