Skip to content

Meowcolm024/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck

Brainfuck written in Haskell.

Note: a cell will reset to 0 when exceeded 256.

Compile:

ghc Main.hs --make -o bf -O2

Run: ./bf to start interpreter or ./bf hello.bf to run file.

Example Brainfuck code from Brainfuck Visualizer