Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 464 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 464 Bytes

fhck

Brainfuck interpreter written in Haskell

Author: Benjamin Kovach


Usage:

Windows:

$ build/windows/fhck.exe brainfuck_file_path
$ build/windows/fhck.exe sample.b

Alternatively, interactively from a string argument:

$ build/windows/fhck.exe -i ",[>,]"

On UNIX/Linux/Mac OSX:

$ build/linux/fhck sample.b

PS: sample.b is a program that takes a line of text and echoes it back.