Skip to content

madhav-madhusoodanan/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Brainfuck Virtual machine

A virtual machine written in rust, for code written in brainfuck
Please use the latest binary(built for linux) for use

Building instructions

You must first install the rust compiler and the Cargo package management system.

in the package, run

cargo run --release <filename1> <filename2> ...

or just

cargo run --release

to spin up a terminal session

if you are using the binary directly, run

./brainfuck <filename1> <filename2>

Resources

  1. Watch this [awesome video](https://www.youtube.com/watch?v=hdHjjBS4cs8) by Fireship.io
  2. Visit this [site](https://gist.github.com/roachhd/dce54bec8ba55fb17d3a) to learn the language

About

A virtual machine written in rust, for code written in brainfuck

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages