Skip to content

Releases: google/cel-cpp

Initial release of CEL C++ runtime

01 Apr 17:23
80e1cca
Compare
Choose a tag to compare

This is the initial release of CEL C++ runtime.

Supported features:

  • interpreter runtime;
  • runtime complexity controls;
  • constant folding optimization pass;
  • adapter for protobuf messages;
  • parser implementation;
  • conformance to a subset of CEL specification.