Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squiidz/brain-rs
Brainfuck interpreter in rust (Web App in Angular 2 and Rocket)
https://github.com/squiidz/brain-rs
angular2 brainfuck interpreter rust webapp
Last synced: 17 days ago
JSON representation
Brainfuck interpreter in rust (Web App in Angular 2 and Rocket)
- Host: GitHub
- URL: https://github.com/squiidz/brain-rs
- Owner: squiidz
- Created: 2017-03-07T01:50:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T13:12:21.000Z (over 7 years ago)
- Last Synced: 2024-12-10T20:51:56.341Z (25 days ago)
- Topics: angular2, brainfuck, interpreter, rust, webapp
- Language: Rust
- Homepage:
- Size: 25.6 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brain [![crates.io](https://img.shields.io/crates/v/brain-rs.svg)](https://crates.io/crates/brain-rs) [ ![Codeship Status for squiidz/brain-rs](https://app.codeship.com/projects/f73e4a40-ec7b-0134-81d5-1ac2cf405306/status?branch=master)](https://app.codeship.com/projects/208334)
brainfuck interpreter in rust
![alt tag](http://data.whicdn.com/images/57083921/large.jpg)
## Run Cli
- `cd brain`
- `cargo run -- brainfuck/hello_world.b`## Run Webapp
- `cd brain/web_brain`
- `cargo run`## Run Ruby
- `CONFIGURE_OPTS=--enable-shared rbenv install 2.3.x`
- `cd brain`
- `cargo build --release`
- `cd brain/ruby_brain/ruby`
- `ruby test_ruby_brain.rb`