Skip to content

5outh/fhck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Brainf*ck interpreter written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages