Commits
User selector
Commit History
Commits on May 18, 2023
Introduce public interface and simple implementation for CEL AST.
Show description for 9e3dda6authored andcommittedMove ast internal type definitions to ast_internal.h
Show description for 1e6db47authored andcommitted
Commits on Sep 8, 2022
expr: obey [vector.overview]/3.
Show description for 1a4e145authored andcommitted
Convert FlatExprBuilder internals to use native types
Show description for cd42459authored andcommitted
Fix CreateStruct::Entry comparator to compare the value of the key instead of the pointer.
Show description for 0039f4aauthored andcommitted
Add missing Bytes field from Constant, and provide missing setters.
Show description for 0915d16authored andcommitted
Commits on Jul 20, 2022
Add native typed API for AstTraverse
Show description for 2a7856eauthored andcommitted
Commits on Jul 14, 2022
Make the AST types more convenient to use.
Show description for d976817authored andcommitted
Commits on Jun 7, 2022
Add conversion utilities going from the proto type representations to native type representations of the AST.
Show description for 23cd804authored andcommitted
Bring native types closer to protos. Do not assert on mutable_*() calls when underlying std::unique_ptr<*> is unset.
Show description for 95d4b2dauthored andcommitted
Add native types alternatives for the current proto type representations of the AST.
Show description for 6e957ecauthored andcommitted
Loading