Current section
Files
Jump to
Current section
Files
src/cel.app.src
{application, cel, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "A CEL (Common Expression Language) parser and interpreter in pure Gleam"},
{modules, [cel@interpreter,
cel@interpreter@context,
cel@interpreter@error,
cel@interpreter@evaluate,
cel@interpreter@function,
cel@interpreter@value,
cel@parser,
cel@parser@lexer]},
{registered, []}
]}.