Skip to content

madliani/emojer

Repository files navigation

Emojer

Emojer logo

The Emoji Compiler

Built with Ruby

This is a compiler for the Brainf*ck programming language dialect with an emoji-like command system.

Usage

In the project directory, you can run:

rake doc

Runs the documentation tool.

rake format

Runs the code formatter.

rake install

Installs the dependencies.

rake lint

Launches the code linters.

rake run

Runs the app.

rake test

Launches the test runner.

Authoring

Based on articles Let’s Write a Brainfuck Compiler (in JavaScript) by Michele Riva, Интерпретатор brainfuck and Little Lisp interpreter by Mary Rose Cook.