Skip to content

averyrobinson/brainfuck-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter

This is a Brainfuck interpreter written in Haskell. It uses Haskell's laziness to make Brainfuck's byte array infinitely long in both directions.

I have included two example Brainfuck programs, helloworld.bf, which I got from the Wikipedia page on Brainfuck, and rot13.bf, which I got from here.

Usage

make
./brainfuck [source file]

About

A Brainfuck interpreter written in Haskell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors