Skip to content

dariotarantini/vbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vbf

A brainfuck interpreter/compiler written in V.

Installation

  1. Get a V compiler here
  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