Skip to content

PappasBrent/brainfuck-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Brainfuck Interpreter

A Brainfuck interpreter written in Haskell

Getting Started

  1. ghc, cabal, and the Haskell language server:

    curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

  2. Install Parsec:

    cabal install parsec

  3. Build the interpreter by running make

  4. Run the interpreter:

    ./main FILENAME

where FILENAME is the name of the .b file you would like to execute

About

A Brainfuck interpreter written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published