Aiden01 / bfhs

bf.hs, a small BrainFuck interpreter written in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bf.hs

A simple brainfuck interpreter written in Haskell.

How to run

$ git clone https://github.com/mesabloo/bfhs
$ cd bfhs
$ stack run
# or if you are on Windows:
$ chcp 65001 && stack run

About

bf.hs, a small BrainFuck interpreter written in Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%