Skip to content

This project takes a string and generates Brainfuck source code that outputs that string.

License

Notifications You must be signed in to change notification settings

sstelian/Text-to-Brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project takes a string and generates Brainfuck source code that outputs that string. The brainfuck_generator
module can be run standalone, in which case it expects a string and an output file to be given as command line
arguments. If no file is given, it outputs to console.

Unit tests are based on Pytest and use a Brainfuck interpreter written by Sebastian Kaspari.
    https://github.com/pocmo/Python-Brainfuck

The project was developed by Stelian Saracut in 2018 as a programming exercise for both Brainfuck and Python.

About

This project takes a string and generates Brainfuck source code that outputs that string.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages