aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4d9ba3..29178ee 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,9 @@ 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
+ [brainfuck][https://en.wikipedia.org/wiki/Brainfuck] jit compiler
+ and interpreter.
## git hook for local development