From a0bc27799fced92a21c0557c368f86b8b1d421bd Mon Sep 17 00:00:00 2001 From: MeloAlright Date: Thu, 2 Nov 2023 23:04:48 +0800 Subject: [PATCH] Add 3body-lang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da35af8..1a8faa1 100644 --- a/README.md +++ b/README.md @@ -1609,6 +1609,7 @@ See also [Are we game yet?](https://arewegameyet.rs) [[scripting](https://crates.io/keywords/scripting)] +* [3body-lang](https://github.com/rustq/3body-lang) - The Three Body Language written in Rust * [duckscript](https://crates.io/crates/duckscript) — [Simple, extendable and embeddable scripting language.](https://github.com/sagiegurari/duckscript) [![build badge](https://github.com/sagiegurari/duckscript/workflows/CI/badge.svg?branch=master)](https://github.com/sagiegurari/duckscript/actions) * [fleabitdev/gamelisp](https://github.com/fleabitdev/glsp) — A Lisp-like scripting language for Rust game development * [gluon-lang/gluon](https://github.com/gluon-lang/gluon) — A small, statically-typed, functional programming language