-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ehsonjon Gadoev edited this page Jul 29, 2020
·
1 revision
Welcome to the brainfuck wiki!
Simple interpreter brainfuck on C++! Work for all OS. Tested on Windows and on Linux, too! Never tested on MacOS/Darwin! =(!
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!
MIT