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.
- Host: GitHub
- URL: https://github.com/nixpulvis/brainfuck
- Owner: nixpulvis
- Created: 2015-12-07T00:32:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T18:35:23.000Z (about 5 years ago)
- Last Synced: 2025-03-08T15:18:25.384Z (about 1 year ago)
- Topics: brainfuck, programming-language
- Language: Brainfuck
- Homepage: http://nixpulvis.com/brainfuck
- Size: 812 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brainfuck
[](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.
```