Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44266ff

Browse files
committed
cel-rust: add
1 parent 7140ff8 commit 44266ff

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
3232
| ChaiScript | [ChaiScript](http://chaiscript.com/) | C++ | Ref. counting | BSD-3-Clause | A header-only C++14 interpreter library. |
3333
| Clojure | [sci](https://github.com/borkdude/sci) | Clojure | host VM's GC | EPL-1.0 | An interpreter for a subset of Clojure for Clojure and ClojureScript. |
3434
| Common Expression Language (CEL) | [cel-python](https://github.com/cloud-custodian/cel-python) | Python | Python's GC | Apache-2.0 | A non-Turing-complete expression language. |
35+
| Common Expression Language (CEL) | [cel-rust](https://github.com/clarkmcc/cel-rust) | Rust | None | MIT | A non-Turing-complete expression language. |
3536
| Common Expression Language (CEL) | [Common Expression Language](https://github.com/google/cel-spec) | Go | Go's GC | Apache-2.0 | A non-Turing-complete expression language. |
3637
| Common Lisp | [Clasp](https://github.com/drmeister/clasp) | Common Lisp, C++ | MPS GC (Boehm-Weiser also supported) | LGPL-2.0-or-later | Full Common Lisp implementation well integrated with C++, using LLVM for the code generation, to integrate closely with C++ applications or libraries. |
3738
| Common Lisp | [Embeddable Common Lisp](https://gitlab.com/embeddable-common-lisp/ecl) | Common Lisp, C | Boehm-Weiser GC | LGPL-2.0-or-later | Full Common Lisp implementation, available as a shared library `libecl.so` embeddable in any C, C++ or other application. |

‎data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ gc = "Python's GC"
8686
license = "Apache-2.0"
8787
notes = "A non-Turing-complete expression language."
8888

89+
["cel-rust"]
90+
url = "https://github.com/clarkmcc/cel-rust"
91+
lang = "Common Expression Language (CEL)"
92+
impl_in = "Rust"
93+
gc = "None"
94+
license = "MIT"
95+
notes = "A non-Turing-complete expression language."
96+
8997
[CircuitPython]
9098
url = "https://github.com/adafruit/circuitpython"
9199
lang = "Python"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /