Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steveklabnik/rainfuck

A brainfuck, in Rust.
https://github.com/steveklabnik/rainfuck

Last synced: 13 days ago
JSON representation

A brainfuck, in Rust.

Awesome Lists containing this project

README

        

# Rainfuck

A brainfuck, in Rust.

[![Build Status](https://travis-ci.org/steveklabnik/rainfuck.svg)](https://travis-ci.org/steveklabnik/rainfuck)

This is amost a straight port of
[mojikun](https://github.com/steveklabnik/mojikun), but without the emoji.
Which kinda kills it, doesn't it?

## Get it

```bash
$ git clone https://github.com/steveklabnik/rainfuck.git
$ cd rainfuck
$ cargo run
```