A collection of simple programs written in Brainfuck, an esoteric programming language
With npm installed:
- run
npm install
to install node-brainfuck-compiler. Credits to Sadkit. - run
npm run bf --file=triangle
to execute the triangle.bf file.
Note that the file name is specified without the extension, just because I didn't want to type three more characters each time.