AndriiVal / brainf--k_online

Web App Brainf**k Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainf++k online

Web App Brainfuck Interpreter using Flask and JQuery

brainf++k

  • Command , is currently down

Live Demo

Brainfuck Interpreter App demo

Requires

  • Python 3

Python Modules

  • pip install -r requirements.txt

Initializing the Flask

  • set FLASK_APP=app.py

Run App

  • flask run

open http://127.0.0.1:5000/

Exemple

  • Input: ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.
  • Output: "Hello World!"

About

Web App Brainf**k Interpreter

License:GNU General Public License v3.0


Languages

Language:Python 48.1%Language:HTML 22.1%Language:CSS 19.1%Language:JavaScript 10.1%Language:Procfile 0.6%