From 5bfee9688ef5712b8a234cec3e50bb0ee14460db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda?= Date: Sun, 15 Oct 2017 17:52:02 +0200 Subject: [PATCH] add REPL example to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 113e178c..4c7b5b72 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The repository contains several examples in the `examples` folder: - `reuse_scope` evaluates two pieces of code in separate runs, but using a common scope - `rhai_runner` runs each filename passed to it as a Rhai script - `simple_fn` shows how to register a Rust function to a Rhai engine +- `repl` a simple REPL, see source code for what it can do at the moment Examples can be run with the following command: ```bash