CEL

1 program Added 2026-02-12T12:31:43Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Common Expression Language
Provenance: commit 4bc50b3f52 · authored 2026-02-12T13:32:18+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Nix (0.45)ZPAQL (0.45)Nix Expression Language (0.44)CCL (0.42)CWL (0.39)

LLM-contributed programs

Access Control Policy

Provenance: commit 4bc50b3f52 · authored 2026-02-12T13:32:18+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.cel · license: Apache-2.0 · added: 2026-02-12T12:31:43Z
// Simple CEL expression for validating a user request
// Returns true if user is authenticated and has required permission

has(request.auth) &&
request.auth.claims.email.endsWith('@example.com') &&
(request.resource.visibility == 'public' ||
 request.auth.claims.email == resource.owner)

Contribute — propose a file extension

Tell us where to find evidence about CEL (mapped to pl/cel). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/CEL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← ceemac celip →