Skip to content
Ehsonjon Gadoev edited this page Jul 29, 2020 · 1 revision

Welcome to the brainfuck wiki!

Brainf#ck

About

Simple interpreter brainfuck on C++! Work for all OS. Tested on Windows and on Linux, too! Never tested on MacOS/Darwin! =(!

How to use!

Linux and MacOS/Darwin:

git clone https://github.com/icoder-new/brainfuck
cd ./brainfuck
make && ./bf helloworld.bf

Windows:

You need to have git for Windows or download ZIP file You can also open with IDE witch will compile it like CodeLite or compile it using CMD like UNIX OS! Install MinGW compiler and set it into PATH environment!

Author

Ehsonjon Gadoev (aka iCoder)

LICENSE

MIT

Clone this wiki locally