From edc1835c06bed47bc253cedfceacf46e804c87dc Mon Sep 17 00:00:00 2001 From: Dean Srebnik <49134864+load1n9@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:16:06 -0500 Subject: [PATCH] feat: add nova --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c382e94..70e188d 100644 --- a/README.md +++ b/README.md @@ -1761,6 +1761,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [PistonDevelopers/dyon](https://github.com/PistonDevelopers/dyon) - A rusty dynamically typed scripting language * [rhaiscript/rhai](https://github.com/rhaiscript/rhai) - A tiny and fast embedded scripting language resembling a combination of JavaScript and Rust [![build badge](https://github.com/rhaiscript/rhai/workflows/Build/badge.svg)](https://github.com/rhaiscript/rhai/actions) * [rune-rs/rune](https://github.com/rune-rs/rune) - An embeddable dynamic programming language +* [trynova/nova](https://github.com/trynova/nova) - JavaScript engine written entirely in Rust ### Simulation