From e071fb1545224a5d5fdaf7c2d8dad6bf55a83cd4 Mon Sep 17 00:00:00 2001 From: Clark McCauley Date: Mon, 8 Jul 2024 15:29:35 -0600 Subject: [PATCH 1/5] Added cel-rust, common expression language interpreter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51a1aab..0e7f9ec 100644 --- a/README.md +++ b/README.md @@ -1706,6 +1706,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 +* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — [Common Expression Language](https://github.com/google/cel-spec) parser and interpreter ### Simulation From 772f154cf8192b67c328d1cbaa14733de6e43bcc Mon Sep 17 00:00:00 2001 From: Clark McCauley Date: Mon, 8 Jul 2024 18:42:09 -0600 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7f9ec..ecaeeb4 100644 --- a/README.md +++ b/README.md @@ -1706,7 +1706,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 -* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — [Common Expression Language](https://github.com/google/cel-spec) parser and interpreter +* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — Common expression language (CEL) parser and interpreter ### Simulation From 39f3a25d0de0f6842450f353c12986d4e95b32a9 Mon Sep 17 00:00:00 2001 From: Clark McCauley Date: Tue, 9 Jul 2024 06:47:26 -0600 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecaeeb4..7764274 100644 --- a/README.md +++ b/README.md @@ -1706,7 +1706,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 -* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — Common expression language (CEL) parser and interpreter +* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — Common expression language parser and interpreter ### Simulation From 654ed400c6469f4366c6c0a9cef114d7c35f2c0d Mon Sep 17 00:00:00 2001 From: Clark McCauley Date: Tue, 9 Jul 2024 07:49:28 -0600 Subject: [PATCH 4/5] Update README.md Fixed alphabetical ordering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7764274..039b424 100644 --- a/README.md +++ b/README.md @@ -1696,6 +1696,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 +* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — Common expression language parser and interpreter * [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 game development * [gluon-lang/gluon](https://github.com/gluon-lang/gluon) - A small, statically-typed, functional programming language @@ -1706,7 +1707,6 @@ 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 -* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — Common expression language parser and interpreter ### Simulation From add59d9d28709c5c11810ea1cb394794e091c68b Mon Sep 17 00:00:00 2001 From: Clark McCauley Date: Tue, 9 Jul 2024 16:12:03 -0600 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 039b424..bf076ce 100644 --- a/README.md +++ b/README.md @@ -1696,7 +1696,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 -* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] — Common expression language parser and interpreter +* [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust) [[cel-interpreter](https://crates.io/crates/cel-interpreter)] - Common expression language parser and interpreter * [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 game development * [gluon-lang/gluon](https://github.com/gluon-lang/gluon) - A small, statically-typed, functional programming language