Skip to content

nullmedium/erlang-brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

== A Brainfuck Interpreter written in Erlang ==

Brainfuck is an esoteric programming language noted for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. It is designed to challenge and amuse programmers, and was not made to be suitable for practical use. It was created in 1993 by Urban Müller. (Source: Wikipedia)

This interpreter supports all eight instructions as well as nested loops. You can feed it a file with brainfuck code mixed with comments. It will execute the commands and ignore everything else.

About

A Brainfuck Interpreter in Erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published