hare-bf 0.3.0
Arto Jonsson (5):
update manual
add .gitignore
reorganize the project as module
add haredoc to the bf package
update readme
hare-bf 0.2.0
Arto Jonsson (4):
remove unused imports
require a single file argument
eval: return the data array
add tests
hare-bf 0.1.0
Arto Jonsson (9):
initial commit
add LICENSE
use os::{stdout,stdin} for reading and writing
support only files
handle errors better
remove some debug code
add simple manual
update Makefile
add README