1
2
3
4
#![deny(clippy::all)]

pub mod lex;
pub mod nav;