a program that converts a ASCII text file into Brainf*ck code this is useful if you are wanting a lot of text in your bf program but entering it manually would be a lot of work ` http://92.19.232.58:82/code/html/ascii_to_bf_converter.html

tomlukeywood 81fbe60c68 second commit 8 years ago
COPYING 6ab7be7e37 init commit 8 years ago
README.md 6ab7be7e37 init commit 8 years ago
main.c 6ab7be7e37 init commit 8 years ago

README.md

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