Ecosyste.ms: Awesome
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: 1 day 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T04:05:02.000Z (about 5 years ago)
- Last Synced: 2024-11-11T10:53:00.363Z (2 months 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.