This is a Brainfuck Interpreter written in JavaScript (Node.js).
Brainfuck is an esoteric programming language created in 1993 by Urban Mรผller, and notable for its extreme minimalism.
- Start CMD or PowerShell
- cd (bfi.js Filepath on your system) example: cd C:\Users\Admin\Desktop\Github\Brainfuck-Interpreter-Node.js
- node bfi.js
- Enter your Brainfuck Code, Or you can take One of my Samples