2 releases
0.1.1 | Apr 30, 2023 |
---|---|
0.1.0 | Apr 30, 2023 |
#1989 in Text processing
9KB
207 lines
brainfuck_interpreter
Install
cargo add brainfuck_interpreter
Example
see examples
Features
Ignore-input-error
if you want to ignore the error from input not provided/not enough, enable feature ignore-input-error
see example
lib.rs
:
This crate provides a simple function to parse brainfuck String to human readable(ASCII characters)