#![allow(dead_code)]
#![allow(clippy::suspicious_else_formatting)]
mod error;
mod queue;
mod scanner;
mod token;