Skip to content

Brainfuck Generator

Anar Software edited this page Jan 21, 2016 · 2 revisions

What is Brainfuck Generator?

Brainfuck Generator is a Java program that converts any text file to Brainfuck source code, so when you run the generated Brainfuck source code, it prints the content of the test file; Text to Brainfuck.

Usage

java -jar BrainJuck.jar generator input_text_file output_source_file

input_text_file - Full path to text file that you want to convert.

output_source_file - Full path to generated Brainfuck source code file.