atamakahere-git / BrainFuckWriter

A simple program written in C, that converts a string to its equivalent BrainFuck code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple program written in C, that converts a string to its equivalent BrainFuck code.


Working

Working

  • Compile the C program with GNU GCC compiler using $ gcc BrainFuckWriter.c -o BrainFuckWriter
  • Run the compiled program $ ./BrainFuckWriter
  • Input a string and hit enter
  • Compile the output.bf with BrainFuck Compiler $ bfc output.bf
  • Run the compiled code $ ./a.out

About

A simple program written in C, that converts a string to its equivalent BrainFuck code.


Languages

Language:C 100.0%