1//! The Aranya policy language parser.
2//!
3//! See [the policy book](https://aranya-project.github.io/policy-book/) for more information on
4//! the policy language.
56#![cfg_attr(docsrs, feature(doc_cfg))]
78pub mod lang;
9pub use aranya_policy_ast as ast;