Added loops etc

This commit is contained in:
hellerve
2015-06-23 15:57:03 +02:00
parent 75e4f2fc99
commit e0eabe4678
4 changed files with 57 additions and 21 deletions

View File

@@ -1,3 +1,6 @@
# brainfuck
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.