cel-parser 0.10.1

An antlr-based parser for the Common Expression Language (CEL)
Documentation
1
2
3
4
5
6
7
pub(crate) mod cellexer;
pub use cellexer::*;
mod cellistener;
mod celparser;
pub use celparser::*;
mod celvisitor;
pub use celvisitor::*;