pocketbrain-0.1.1 is not a library.
PocketBrain
A fast, reliable Brainfuck interpreter written in Rust.
Installation
Usage
Run a Brainfuck file:
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:
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.