A brainfuck interpreter/compiler written in V.
- Get a V compiler here
- Clone this repo using
git clone https://github.com/vpervenditti/vbf
- Run
v -prod vbf/vbf/
- Add
vbf
to your path
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