Update README.md

Fixed alphabetical ordering
This commit is contained in:
Clark McCauley 2024-07-09 07:49:28 -06:00 committed by GitHub
parent 39f3a25d0d
commit 654ed400c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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