Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kelwing/bfi
A simple, fast, and for fun Brainfuck Interpreter
https://github.com/Kelwing/bfi
Last synced: 3 months ago
JSON representation
A simple, fast, and for fun Brainfuck Interpreter
- Host: GitHub
- URL: https://github.com/Kelwing/bfi
- Owner: Kelwing
- License: apache-2.0
- Created: 2014-03-25T21:34:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T04:39:02.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T01:45:06.717Z (6 months ago)
- Language: C
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - bfi
README
bfi
===A simple and for fun Brainfuck Interpreter. I wrote this entirely for fun and for no purpose but to see how quickly I could hack together a working Brainfuck interpreter. It ended up taking about 1.5 hours of coding to complete this. I may or may not conitinue to update this.
Syntax: `./bfi -f filname [-m memorysize]`
To build:
1. Make and enter a build directory: `mkdir build && cd build`
2. Run CMake to generate build files `cmake ..`
3. Run make! `make`