Skip to content

Initial release of CEL C++ runtime

Compare
Choose a tag to compare
@kyessenov kyessenov released this 01 Apr 17:23
· 1462 commits to master since this release
80e1cca

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.