Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 207 Bytes

bf_interpreter

a very tiny brainfuck language interpreter written in Haskell

  • bf.hs

    the program

  • brainf folder that have some sample program from brainfuck.org

  • to compile: ghc -o bf bf.hs