pocketbrain 0.1.1

A fast Brainfuck interpreter
pocketbrain-0.1.1 is not a library.

PocketBrain

A fast, reliable Brainfuck interpreter written in Rust.

Installation

cargo install pocketbrain

Usage

Run a Brainfuck file:

pocketbrain path/to/your/file.bf

Examples

Here's a simple "Hello, World!" program in Brainfuck:

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

Save this to a file and run it with PocketBrain to see the output.

Development

To build from source:

git clone https://github.com/SkyfallWasTaken/pocketbrain.git
cd pocketbrain
cargo build

Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests

License

MIT License - feel free to use this project however you'd like.