Skip to content

atamakahere-git/BrainFuckWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Languages