Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

A program that receives a target output string as its input and returns a shortened executable Brainfuck program that evaluates to the target output string. Kind of like a reverse interpreter. MIT Licensed.

License

Notifications You must be signed in to change notification settings

DonaldKellett/brainfuck-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-generator

Join the chat at https://gitter.im/brainfuck-generator/Lobby

A program that receives a target output string as its input and returns a shortened executable Brainfuck program that evaluates to the target output string. Kind of like a reverse interpreter. MIT Licensed.

Code Generators

For each language that a code generator has been implemented in, it will be placed in a folder named according to that programming language. For example, the JavaScript BF code generator is placed in a folder named js. Each code generator has been tested thoroughly against an extensive set of test cases.

About

A program that receives a target output string as its input and returns a shortened executable Brainfuck program that evaluates to the target output string. Kind of like a reverse interpreter. MIT Licensed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published