Added cel-rust, common expression language interpreter

This commit is contained in:
Clark McCauley 2024-07-08 15:29:35 -06:00 committed by GitHub
parent 6de22dc133
commit e071fb1545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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