//! areev-cal — CAL (Context Assembly Language) for Areev.
//!
//! CAL implementation: lexer, parser, AST, executor,
//! ASSEMBLE engine, templates, saved queries, executed against the
//! embedded Turso store through `AreevFacade`. The Postgres facade and
//! recursive-SQL graph module are intentionally not ported.
pub use ;
pub use CalStoreFacade;
pub use AreevFacade;
pub use parse;