Crates.io | bf-rs |
lib.rs | bf-rs |
version | 0.1.1 |
source | src |
created_at | 2021-05-16 22:13:12.80163 |
updated_at | 2021-05-17 00:18:14.439586 |
description | Brainfuck interpreter for Rust |
homepage | https://github.com/NotNorom/bf-rs |
repository | https://github.com/NotNorom/bf-rs |
max_upload_size | |
id | 398368 |
size | 10,168 |
Brainfuck interpreter in Rust.
bf-rs [filename]
Example:
bf-rs hello_world.bf
hello_world.bf:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Output:
Hello World!