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

https://github.com/jonaylor89/br4infuck

A Brainfuck interpreter in rust
https://github.com/jonaylor89/br4infuck

Last synced: 4 months ago
JSON representation

A Brainfuck interpreter in rust

Awesome Lists containing this project

README

          

# Brainfuck

------------------

A brainfuck interpreter

## Building

```
cargo build
```

## Installing

```
cargo install br4infuck
```

## Usage

```sh
cargo run /path/to/brainfuck_code.bf
```

if you're on mac, you can compile the brainfuck to x86_64
```
./compiler.sh /path/to/brainfuck_code.bf
```