Skip to content

A program written in C language which goal is to convert a given string into a brainfuck program that outputs the string.

Notifications You must be signed in to change notification settings

bernsteining/String-to-Brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Brainfuck converter in C

English

A program written in C language which goal is to convert a given string into a brainfuck program that outputs the string. Hence, it's a program that allows you to write whatever you want in brainfuck (ASCII characters only tho).

Usage :

  • Download the source code
  • Insert the string you want to convert in the main.c file
  • Compile with gcc using "make" command once in the folder of the source code
  • Run by doing ./PROJET in the bash
  • Your Brainfuck should be written in the BF.txt file

Français

Un court programme écrit en langage C dont le but est de convertir une chaîne de caractère donnée en un programme brainfuck dont la sortie est la chaîne de caractère en question. C'est un programme qui permet donc d'écrire ce que l'on souhaite en brainfuck (caractères ASCII seulement).

Utilisation:

  • Télécharger le code source
    • Insérer la chaîne de charactères à convertir dans le main.c
  • Compiler en utilisant gcc avec la commande "make" en étant dans le répertoire où se trouve le code source
  • Lancer en faisant ./PROJET dans le terminal
  • Le code en Brainfuck se trouve dans BF.txt

About

A program written in C language which goal is to convert a given string into a brainfuck program that outputs the string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published