Crates.io | pocketbrain |
lib.rs | pocketbrain |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.