Skip to content
/ BF-js Public

Javascript Brainfuck implementation for educational purposes

License

Notifications You must be signed in to change notification settings

misc0110/BF-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BF.js

A simple Javascript Brainfuck implementation for educational purposes.

About

This is a simple Brainfuck interpreter written in Javascript. Its purpose was to show students how the Brainfuck language works. The interpreter shows the used memory location with their content as well as the output as number and characters. Furthermore, the instruction pointer is visualized to be able to follow the execution. The only functionality that is provided is running the whole program or stepping through it.

Setup

Just open the index.html in a browser. The UI should be self-explanatory.

License

The code is licensed under the WTFPL – Do What the Fuck You Want to Public License (http://www.wtfpl.net/)

About

Javascript Brainfuck implementation for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published