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

https://github.com/itchyny/bf

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

brainfuck c

Last synced: 3 days ago
JSON representation

bf - executes a Brainfuck code

Awesome Lists containing this project

README

          

# bf - executes a Brainfuck code
## Installation

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

## Example

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

## Author
itchyny

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

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