JavaScript interpreter for BrainFuck
Install jsbf globally and create instructions file like hello-world.brainfuck with content of commands:
++++++++++[>+++++++>++++++++++>+++><<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.Run jsbf hello-world.brainfuck in terminal. Enjoy result!
import Brainfuck from 'jsbf';
const program = new Brainfuck("++++++++++[>+++++++>++++++++++>+++><<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.");
program.run()hello-world.brainfuck- "Hello world" programceasar-cipher.brainfuck- Ceasar cipher