Skip to content

Simple interpreter brainfuck on Cpp! And bf2c (brainfuck to C converter) on C!

License

Notifications You must be signed in to change notification settings

icoder-new/brainfuck

Repository files navigation

Brainfuck

About

Simple interpreter brainfuck on C++! Work on any 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
g++ -Wall interpreter.cpp -o bf
gcc -Wall bf2c.c -o bf2c
./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