The Emoji Compiler
This is a compiler for the Brainf*ck programming language dialect with an emoji-like command system.
In the project directory, you can run:
Runs the documentation tool.
Runs the code formatter.
Installs the dependencies.
Launches the code linters.
Runs the app.
Launches the test runner.
Based on articles Let’s Write a Brainfuck Compiler (in JavaScript) by Michele Riva, Интерпретатор brainfuck and Little Lisp interpreter by Mary Rose Cook.