Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Property404/dbfi
Dagan's Brainfuck Interpreter
https://github.com/Property404/dbfi
brainfuck brainfuck-interpreter
Last synced: 3 months ago
JSON representation
Dagan's Brainfuck Interpreter
- Host: GitHub
- URL: https://github.com/Property404/dbfi
- Owner: Property404
- License: gpl-3.0
- Created: 2016-08-15T23:18:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T21:34:46.000Z (7 months ago)
- Last Synced: 2024-04-24T15:35:05.166Z (6 months ago)
- Topics: brainfuck, brainfuck-interpreter
- Language: C
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - dbfi
README
# Dagan's Brainfuck Interpreter
DBFI is a Brainfuck interpreter based off my [Hyper-Dimensional Brainfuck](https://github.com/Property404/hdbf) interpreter(hdbf). This is a much faster implementation of Brainfuck.## Command line options:
`-d` Allow debugging commands (`~`)
`-h` or `--help` Print help message
`-i cmd` Pass argument as code instead of filename
`-o` Optimize before running
`-t` Display run time of program
`-v` or `--version` Display DBFI version number## Installing
git clone https://github.com/Property404/dbfi
cd dbfi
make;sudo make install
# test
bf examples/LostKingdom.b## Possible future features:
Forbidding wrapping
Gluten free option