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