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

https://github.com/bclindner/bfg

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

brainfuck code-generation

Last synced: 11 months 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.