| Crates.io | heliometer |
| lib.rs | heliometer |
| version | 0.5.10 |
| created_at | 2018-03-18 15:16:23.965865+00 |
| updated_at | 2018-06-16 03:38:16.375443+00 |
| description | A basic Brainfuck interpreter |
| homepage | |
| repository | https://github.com/birders/heliometer |
| max_upload_size | |
| id | 56278 |
| size | 31,760 |
A Brainfuck interpreter written in Rust.
Heliometer can read and execute Brainfuck programs from a file, or it can be used as a library. See the documentation for details.
Simply run cargo install to install helio to .cargo/bin.
helio <file> will interpret the contents of <file> as Brainfuck, using
stdin and stdout for input and output respectively.