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

https://github.com/nixpulvis/brainfuck

A simple brainfuck interpreter in Rust.
https://github.com/nixpulvis/brainfuck

brainfuck programming-language

Last synced: 12 months ago
JSON representation

A simple brainfuck interpreter in Rust.

Awesome Lists containing this project

README

          

# brainfuck

[![Build Status](https://travis-ci.org/nixpulvis/brainfuck.svg?branch=master)](https://travis-ci.org/nixpulvis/brainfuck)

A simple brainfuck interpreter in Rust.

[Documentation](http://nixpulvis.github.io/brainfuck/brainfuck/)

## Usage

This project follows a very standard Rust setup.

```sh
cargo run # Runs the executable.
cargo test # Runs the tests.
```