kmtoki / brainfuck

impl brainfuck by rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brainfuck interpreter by rust

usage:

```
cargo run <expr>
```

or

```
./brainfuck <expr>
```

# Hello, world!

```
cargo run '+++++++++[>++++++++>+++++++++++>+++++<<<-]>.>++.+++++++..+++.>-.------------.<++++++++.--------.+++.------.--------.>+.'
```

About

impl brainfuck by rust


Languages

Language:Rust 100.0%