Files
rbfckr/README.md
2021-09-19 23:42:49 +02:00

14 lines
387 B
Markdown

# rbfckr
A simple to use brainfuck interpreter with built in debugger written in Rust.
This is a reimplementation of my brainfuck interpreter [bfckr](https://github.com/id101010/bfckr).
# Usage
```
Usage: ./bfckr [OPTION]
-h Show this help.
-d Enable debugger.
-f Execute brainfuck code given as file.
-e Execute brainfuck expression given as argument.
```