//! All `impl` blocks for the main statements in a [`Cst`](crate::types::Cst).
mod do_block;
mod end_of_file;
mod function;
mod generic_for;
mod if_statement;
mod r#impl;
mod local_assignment;
mod numerical_for;
mod repeat_block;
mod set_expressions;
mod statement;
mod type_definition;
mod while_loop;