pub fn compile_check(expr: &str) -> Result<(), String>
Compile-check an expression (define/parse-time validation): length cap + full CEL parse. Err carries the parser’s message for the author.
Err