Skip to content

Commit

Permalink
bf: rename file and add to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johannst committed Dec 8, 2024
1 parent 73c7330 commit 5f90bf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The [`examples/`](examples/) folder provides additional examples:
a simple *jit compiler* which has a *jit cache* and translates each *basic
block* on first execution when running a VM guest image. For reference an
interepter is also implemented.
- [`bf_vm.rs`](examples/bf_vm.rs) implements a
- [`bfrs`](examples/bf.rs) implements a
[brainfuck](https://en.wikipedia.org/wiki/Brainfuck) jit compiler
and interpreter.

Expand Down
1 change: 1 addition & 0 deletions ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ run-examples:
cargo run --example add
cargo run --example tiny_vm
cargo run --example tiny_vm jit
cargo run --example bf
File renamed without changes.

0 comments on commit 5f90bf7

Please sign in to comment.