Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bclindner/bfg

Brainfuck Generator
https://github.com/bclindner/bfg

brainfuck code-generation

Last synced: 1 day ago
JSON representation

Brainfuck Generator

Awesome Lists containing this project

README

        

# BFG (Brainfuck Generator)

This is a command line utility for generating Brainfuck programs that write
text. Usage is simple:

```bash
make
./bfg "lmao im typing in brainfuck now"
```

I don't know why I did this.