Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 413 Bytes

Brainfoge

A Brainfuck interpreter written in Dogescript

Instructions

  1. Install Dogescript

     npm install -g dogescript
    
  2. Place your Brainfuck code into the same directory as brainfoge.djs and name it code

  3. Place your input into the same directory as above and name it input

  4. Run using

     dogescript brainfoge.djs | node