Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```