BrainF*ck is a minimalistic but Turing complete programming language devised by Urban Mueller. It is oriented around a tape, a read/write head, an input device and an output device. This program converts Brainf*ck source into C, while attempting to optimize.
BrainF*ck is a minimalistic but Turing complete programming language devised by Urban Mueller. It is oriented around a tape, a read/write head, an input device and an output device. This program converts Brainf*ck source into C, while attempting to optimize.
To install bf2c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bf2c
To see what files were installed by bf2c, run:
port contents bf2c
To later upgrade bf2c, run:
sudo port selfupdate && sudo port upgrade bf2c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.