From 9c3c3fd923d894d2351eb22129ea693eb98fa8ff Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 7 Dec 2024 01:59:18 +0100 Subject: bf: add jit compiler and interpreter --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3