initial commit

This commit is contained in:
2021-09-19 23:42:49 +02:00
parent 30374beb88
commit 41bec2ebe5
4 changed files with 27 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
# rbfckr
Rust version of my brainfuck interpreter
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.
```