A Brainfuck interpreter written in Dogescript
-
Install Dogescript
npm install -g dogescript
-
Place your Brainfuck code into the same directory as
brainfoge.djs
and name itcode
-
Place your input into the same directory as above and name it
input
-
Run using
dogescript brainfoge.djs | node