From 7e98f5def5942969f97f5f015e7fb8417793d132 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 5 Dec 2023 23:07:35 +0100 Subject: update readme to describe examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4e22e89..037d8c9 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,11 @@ fn main() { } ``` +The [`examples/`](examples/) folder provides additional examples: + +- [`fib.rs`](examples/fib.rs) jit compile a function to compute the `fibonacci` sequence. +- [`add.rs`](examples/add.rs) jit compile a function calling another function compiled into the example. +- [`tiny_vm.rs`](examples/tiny_vm.rs.rs) define a minimal `virtual machine (VM)` which demonstrates a simple jit compiler for translating VM guest software. + ## License This project is licensed under the [MIT](LICENSE) license. -- cgit v1.2.3