Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

akheron/brainfuck

Repository files navigation

Brainfuck

CircleCI

Brainfuck interpreter for the browser, written in Elm.

Live demo: http://digip.org/brainfuck

Development

Install Elm 0.19:

$ npm install -g elm

See the guide for more info on installing Elm.

Install dependencies:

$ yarn install

Available commands:

$ yarn build  # build once
$ yarn watch  # watch sources and build when a change is made
$ yarn test   # run tests
$ yarn dist   # build a dist bundle (optimized, minimized)

After building, open index.html in the browser.

About

Brainfuck interpreter written in Elm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published