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 | 9 лет назад | |
---|---|---|
COPYING | 9 лет назад | |
README.md | 9 лет назад | |
main.c | 9 лет назад |
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