1
2
3
4
5
6
use lalrpop_util::lalrpop_mod;

pub mod ast;
pub use ast::*;

lalrpop_mod!(#[allow(clippy::all)] pub parser, "/cel.rs");