| Crates.io | pocketbrain |
| lib.rs | pocketbrain |
| version | 0.1.1 |
| created_at | 2025-02-16 10:27:58.229128+00 |
| updated_at | 2025-02-16 10:31:12.387252+00 |
| description | A fast Brainfuck interpreter |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1557537 |
| size | 21,386 |
A fast, reliable Brainfuck interpreter written in Rust.
cargo install pocketbrain
Run a Brainfuck file:
pocketbrain path/to/your/file.bf
Here's a simple "Hello, World!" program in Brainfuck:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Save this to a file and run it with PocketBrain to see the output.
To build from source:
git clone https://github.com/SkyfallWasTaken/pocketbrain.git
cd pocketbrain
cargo build
Contributions are welcome! Feel free to:
MIT License - feel free to use this project however you'd like.