Sample programs Generic samples, implemented in BF, C, Perl, and OCaml bfc.* Simple BF to C compiler break70.* Insert line breaks every 70 characters cat.* Copy stdin to stdout encodetext.* Produce BF program on stdout that generates stdin hello.* Hello World in infinite loop stripcomments.* Remove non-BF characters from stdin to stdout Error programs used to test BF interpretor (../tools/bfi.c) error_code_overflow.bf Overflow code tape error_data_overflow.bf Overflow data tape error_data_underflow.bf Underflow data tape error_unbalanced_loop.bf Unbalanced [] Program used to test BF compiler (../tools/bfc.c) opt_test.bf Optimization tests