-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Windows ? And other things... #84
Comments
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 |
|
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 ?The text was updated successfully, but these errors were encountered: