Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfnty/bf
The Brainfuck interpreter
https://github.com/xfnty/bf
brainfuck esoteric-language
Last synced: 2 days ago
JSON representation
The Brainfuck interpreter
- Host: GitHub
- URL: https://github.com/xfnty/bf
- Owner: xfnty
- Created: 2023-06-24T08:28:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T15:09:20.000Z (over 1 year ago)
- Last Synced: 2023-08-21T15:58:40.840Z (over 1 year ago)
- Topics: brainfuck, esoteric-language
- Language: Brainfuck
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brainfuck interpreter
References:
- https://en.wikipedia.org/wiki/Brainfuck
- https://muppetlabs.com/~breadbox/bf/
- http://www.brainfuck.org/## Usage
```
bf
```## Developing
Building and running:
```
make args="assets/hello-world.bf"
```