Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darconeous/bf-tools
A fast BF (an esoteric programming language) interpreter I wrote a long time ago.
https://github.com/darconeous/bf-tools
Last synced: about 2 months ago
JSON representation
A fast BF (an esoteric programming language) interpreter I wrote a long time ago.
- Host: GitHub
- URL: https://github.com/darconeous/bf-tools
- Owner: darconeous
- Created: 2011-04-18T17:07:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T00:26:20.000Z (about 8 years ago)
- Last Synced: 2024-10-15T11:06:11.096Z (3 months ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - bf-tools
README
# BF Tools #
Contains one of the fastest (if not the fastest) BF interpreters around.
If you are wondering what BF is, check out the [wikipedia page](http://en.wikipedia.org/wiki/Brainfuck).
Yes, it has an unfortnate name.
I wrote a lot of this code a long time ago and a lot of it is quite a mess. Oh well.