Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariotarantini/vbf
A brainfuck interpreter/compiler written in V.
https://github.com/dariotarantini/vbf
brainfuck brainfuck-interpreter interpreter v vlang
Last synced: 1 day ago
JSON representation
A brainfuck interpreter/compiler written in V.
- Host: GitHub
- URL: https://github.com/dariotarantini/vbf
- Owner: dariotarantini
- License: agpl-3.0
- Created: 2019-07-29T19:57:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T20:59:03.000Z (over 3 years ago)
- Last Synced: 2024-05-19T05:26:53.671Z (9 months ago)
- Topics: brainfuck, brainfuck-interpreter, interpreter, v, vlang
- Language: V
- Homepage:
- Size: 73.2 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - vbf - A brainfuck interpreter/compiler. (Applications / Interpreters/Compilers)
README
# vbf
A brainfuck interpreter/compiler written in V.
## Installation
1. Get a V compiler [here](https://vlang.io/)
2. Clone this repo using `git clone https://github.com/vpervenditti/vbf`
3. Run `v -prod vbf/vbf/`
4. Add `vbf` to your path
## Usage
```
vbf 1.0 - simple brainfuck interpreter/compiler
Usage: vbf [options] [file]Options:
- run Run a brainfuck script
- build Generate a C program from brainfuck that can be compiled
- help Show this message
```