Do not follow this link

~artoj/hare-bf

Simple Brainfuck interpreter in Hare
sync latest hare upstream changes
sync more hare upstream changes
sync hare upstream changes

clone

read-only
https://git.sr.ht/~artoj/hare-bf
read/write
git@git.sr.ht:~artoj/hare-bf

You can also use your local clone with git send-email.

#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.

Do not follow this link