dragonwasrobot / brainfuck

A brainfuck interpreter written in Elm
MIT License
7 stars 0 forks source link
brainfuck elm elm-lang interpreter

Brainfuck

This is an implementation of a basic brainfuck interpreter written in Elm.

Screenshot

Commands

The brainfuck language consists of the following eight commands:

Installation

An online demo can be found here: https://www.dragonwasrobot.com/brainfuck/

Ensure you have Elm 0.19.1 installed. I personally recommend using asdf, https://github.com/asdf-vm/asdf, to handle version management of compilers.

With Elm installed, perform the following steps: