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

https://github.com/itchyny/2bf

2bf - generates a Brainfuck code
https://github.com/itchyny/2bf

brainfuck c

Last synced: 10 months ago
JSON representation

2bf - generates a Brainfuck code

Awesome Lists containing this project

README

          

# 2bf - generates a Brainfuck code
## Installation

git clone https://github.com/itchyny/2bf
cd ./2bf
autoreconf -i
./configure
make
sudo make install

## Example

echo -n "Hello, world." | 2bf
++++++++[>+++++++++>+++++++++++++>++++++>++++++<<<<-]>.>---.+++++++..+++.>----.------------.<++++++++.--------.+++.------.--------.>>--.

## Author
itchyny

## Repository
https://github.com/itchyny/2bf

## License
This software is released under the MIT License, see LICENSE.