A BrainF**k interpreter with added fuctionality, written in C! Please don't expect this to perform the best, I'm not the best at optimizing my code! :p
To compile:
./compile.sh
To install (user only):
./install.sh
- Allow the use of the
getch()
function instead ofscanf()
, so that you don't need to hit the enter key to input a character - Adds
*
, which waits one millisecond for the number at the current cell, so if the value at the current cell is 125, it will wait 125 milliseconds (⅛ second).
- Load configs from
bf.conf
file (in progress). - Run and receive shell commands in BrainF**k.
- Interact with files.