minor modifications and added hanoi example (incredibly slow)

This commit is contained in:
hellerve
2015-06-23 16:15:24 +02:00
parent e0eabe4678
commit 58b44a43d7
3 changed files with 714 additions and 5 deletions

View File

@@ -2,5 +2,4 @@
A Brainfuck interpreter and REPL in Haskell.
There seems to be a bug somewhere (as the quine example does not work),
but I am not exactly sure where. Give me some time.
It is pretty slow and, I guess, pretty buggy.