cala-cel-parser 0.13.18

A parser for the Common Expression Language (CEL)
Documentation
1
2
3
4
fn main() {
    #[cfg(feature = "regenerate-parser")]
    lalrpop::process_root().unwrap();
}