Skip to content

thunderseethe/brainfuck_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling

Compiling is pretty simple the interpreter is one file, brainfuck.hs, compile it with ghc

Running

The brainfuck executable accepts a list of files that contain brainfuck programs, this can be weird with input so be wary of running multiple brainfuck programs that need input

$ ./brainfuck <filename1> <filename2> ...
filename1: <Tape Output>
filename2: <Tape Output>

Quirks

A quirk with input is that you have to enter one integer per line, this is due to my lack of experience with haskell input and may be fixed in a later version

About

An interpreter for the Brain***k language, written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published