Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# C++ Implementations of the Common Expression Language

> [!WARNING]
> **On June 16, 2026, this repository will move to
> github.com/cel-expr/cel-cpp!**
>
> Please update your links and dependencies. See the [pinned
> issue](https://github.com/google/cel-cpp/issues/2029) for details.

For background on the Common Expression Language see the [cel-spec][1] repo.

This is a C++ implementation of a [Common Expression Language][1] runtime,
Expand Down