Crates.io | brainfuck_interpreter |
lib.rs | brainfuck_interpreter |
version | 0.1.1 |
source | src |
created_at | 2023-04-30 08:04:07.944941 |
updated_at | 2023-04-30 08:05:08.649557 |
description | brainfuck interpreter written in Rust |
homepage | https://github.com/BryantTseng/brainfuck_interpreter |
repository | https://github.com/BryantTseng/brainfuck_interpreter |
max_upload_size | |
id | 852625 |
size | 9,412 |
cargo add brainfuck_interpreter
see examples
if you want to ignore the error from input not provided/not enough, enable feature ignore-input-error
see example