diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ The [`examples/`](examples/) folder provides additional examples: 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 + [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) jit compiler and interpreter. ## git hook for local development |