Get the latest tech news
Common Expression Language interpreter written in Rust
Common Expression Language interpreter written in Rust - clarkmcc/cel-rust
CEL's C-like syntax looks nearly identical to equivalent expressions in C++, Go, Java, and TypeScript. CEL is ideal for lightweight expression evaluation when a fully sandboxed scripting language is too resource intensive. This project includes a CEL-parser and an interpreter which means that it can be used to evaluate CEL-expressions.
Or read this on Hacker News