/bfide

A simple Brainfuck IDE for running and debugging Brainfuck code inside the web browser.

Primary LanguageJavaScriptMIT LicenseMIT

bfide

A simple Brainfuck IDE for running Brainfuck code inside the web browser. You can use an interactive terminal for input and output.

Files

File Name Description
index.html Main HTML website
bf.js Compiles Brainfuck and generates HTML and Javascript
bfide.js Handles UI events
terminal.js Simulates a terminal, used for input and output