For questions regarding Google's "Common Expression Language", often abbreviated CEL.
From the README:
The Common Expression Language (CEL) is a non-Turing complete language designed for simplicity, speed, safety, and portability. CEL's C-like syntax looks nearly identical to equivalent expressions in C++, Go, Java, and TypeScript.
Refer also to the github page.
CEL is used in Google's Certificate Authority Service.