Move rhai-repl and rhai-doc to bin.

This commit is contained in:
Stephen Chung
2020-12-29 15:36:42 +08:00
parent 2858aa3b2f
commit 049ad3b6fd
8 changed files with 46 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ Enhancements
* `Engine::register_static_module` now supports sub-module paths (e.g. `foo::bar::baz`).
* `Engine::register_custom_operator` now accepts reserved symbols.
* `Engine::register_custom_operator` now returns an error if given a precedence of zero.
* The examples `repl` and `rhai_runner` are moved into `bin` and renamed `rhai-repl` and `rhai-run` respectively.
Version 0.19.8