Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

hbfi - Haskell Brainfuck Interpreter

A neater, more organised version of my Haskell Brainfuck Interpreter.

The original can be found here.

Usage

It reads one single command line parameter, which is the brainfuck code to be read.

It does not read code from stdin, as that is where it gets its IO from.