Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/steveklabnik/rainfuck
- Owner: steveklabnik
- Created: 2014-09-27T19:32:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T19:36:04.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:19:38.434Z (about 1 month ago)
- Language: Rust
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```