Skip to content

abesto/brainfuck-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-hs

Originally written as a solution to the CodeWars kata at http://www.codewars.com/kata/526156943dfe7ce06200063e/

The tests are adopted from the provided test-cases there.

cabal sandbox init
cabal install --only-dependencies --enable-tests
cabal test
echo -en '\6' | cabal run -- fib.bf

About

Brainfuck interpreter in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published