dariotarantini / vbf

A brainfuck interpreter/compiler written in V.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A brainfuck interpreter/compiler written in V.

License:GNU Affero General Public License v3.0


Languages

Language:V 100.0%