Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 668 Bytes

Readme.md

File metadata and controls

24 lines (16 loc) · 668 Bytes

Fuckin-Brain-Js

A Javascript interpreter/generator for Brainfuck. Brainfuck holds true to it's name. Writing even a basic program can take hours. But who doesnt like challenges. If you dont know about brainfuck yet. Check it here. Its awesome. This is a basic Javascript interpreter for brainfuck. It has no other dependecies.

Usage

To run a program

node interpreter.js demo/HelloWorld.bf

To Generate brainfuck code for printing any message

node generator.js "I Am Awesome" awesome.bf

License - MIT

Fucking free sotware. Feel free to contribute or do whatever the fuck you want to do.