Closed foxypiratecove37350 closed 1 year ago
This repository contains a Brainfuck interpreter and not a compiler. It will execute Brainfuck instructions directly instead of compiling into a binary.
But you can add a compiling functionality, the name of the reposotory is brainfuck
, not brainfuck-interpreter
. If you want I can try to develop this functionality. And you didn't answer my question if Windows is supported, and you didn't talk about my idea of an installer file for users and not just source code for contributors.
Can you explain in details the steps for Windows build and installation ?
Is Windows supported ? Can you create a compiler fonctionality with this command scheme :
brainfuck <INPUT_FILE_PATH> -o <OUTPUT_FILE_PATH>
? And can you create a distribuable installer in.exe
for Windows (if Windows is supported),.deb
/.rpm
for Linux and.dmg
for macOS ?