https://github.com/bclindner/bfg
Brainfuck Generator
https://github.com/bclindner/bfg
brainfuck code-generation
Last synced: 11 months ago
JSON representation
Brainfuck Generator
- Host: GitHub
- URL: https://github.com/bclindner/bfg
- Owner: bclindner
- License: gpl-3.0
- Created: 2019-12-05T01:14:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T04:05:02.000Z (over 6 years ago)
- Last Synced: 2025-01-09T10:29:08.301Z (over 1 year ago)
- Topics: brainfuck, code-generation
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.