Initial release of CEL C++ runtime
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.