Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagopnts/brainfuck
A brainfuck interpreter and REPL
https://github.com/thiagopnts/brainfuck
Last synced: 28 days ago
JSON representation
A brainfuck interpreter and REPL
- Host: GitHub
- URL: https://github.com/thiagopnts/brainfuck
- Owner: thiagopnts
- Created: 2015-01-10T22:50:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T22:33:49.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T14:11:16.633Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
####Brainfuck
A brainfuck interpreter and REPL.
To build:
```bash
$ cargo build
```To run:
```bash
$ cargo run
```