Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CroxxN authored May 2, 2023
1 parent b3c36f7 commit fb170b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@

# A dead-simple brainfuck interpreter in Rust

## How to run

```cargo run -- file.bf```

## Working mechanism
- ~in~finite tape
- pointers
- .<>+-,[]
- ???
- profit

## Why?
idk lmao the name is cool

## How to write brainfuck
idk

0 comments on commit fb170b3

Please sign in to comment.