/*
Appellation: handle <module>
Contrib: FL03 <jo3mccain@icloud.com>
*///! # Handles
//!//!//! This module contains the functions that handle the different types of syntax nodes.
//!#[allow(unused_imports)]pubuseself::{block::handle_block,expr::handle_expr,item::handle_item,stmt::handle_stmt};pubmodblock;pubmodexpr;pubmoditem;pubmodstmt;