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
- Host: GitHub
- URL: https://github.com/itchyny/bf
- Owner: itchyny
- License: mit
- Created: 2014-08-25T12:48:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T05:08:17.000Z (almost 12 years ago)
- Last Synced: 2025-01-05T15:36:25.380Z (over 1 year ago)
- Topics: brainfuck, c
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.