1//! AST (abstract-syntax-tree) for Jingo, containing the core concepts of infomation 2//! structure regarding the compilers internals. 3//! 4//! If you want to create this AST, see [crate::frontend::parser].