#hare-bf
A simple command-line Brainfuck interpreter implemented in Hare.
#Dependencies
#Usage
$ hare-bf [file]
#Installation
$ make
# make install
#Library usage
The package provides bf
Hare module which provides access to the
interpereter. See haredoc
for usage details.