README.md 360 B

ASCII to BF converter uses only the c standerd libary so to compile using gcc just use gcc main.c

and then run the output file a.out

to use the program just give the file with the text you want to convert as a command line parameter like this

./a.out file.txt

and it will generate a output.bf file which you can run in a brainf**k interpreter