Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenkristian committed Sep 1, 2022
1 parent de87611 commit 8dc97b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Brainfuck is an esoteric programming language

- [x] Brainfuck interpreter CLI
- [ ] handle scan "," token
- [x] handle scan "," token
- [ ] Brainfuck interpreter wasm

Brainfuck interpreter written in ZIG programming language
Expand All @@ -13,5 +13,8 @@ Brainfuck interpreter written in ZIG programming language
- Install Zig Compiler (master version)
- run ```zig build run -- ./bf-example/helloworld.bf```

## EXAMPLE
![alt text](./screenshot/zig-hello-world.png)
## EXAMPLE 1
![alt text](./screenshot/zig-hello-world.png)

## EXAMPLE 2
![alt text](./screenshot/zig-input.png)
Binary file added screenshot/zig-input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dc97b6

Please sign in to comment.