An open API service indexing awesome lists of open source software.

https://github.com/duskyelf/bf-rs

Brainfuck programming language interpreter in rust
https://github.com/duskyelf/bf-rs

brainfuck brainfuck-interpreter interpreter learning-by-doing open-source released rust virtual-machine

Last synced: about 1 year ago
JSON representation

Brainfuck programming language interpreter in rust

Awesome Lists containing this project

README

          

# Bf-rs

### A simple [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter in rust

## Quick Start
```shell
$ git clone git@github.com:DuskyElf/bf-rs.git
$ cd bf-rs
$ cargo run --release example.bf
```

## Demo
![image](https://user-images.githubusercontent.com/91879372/235675032-27c340bf-f667-45e8-838c-cb421368643d.png)