1//! Parser for Jingo, makes [crate::frontend::lexer] into an AST 2//! (abstract-syntax-tree), the second main stage of a compiler. 3//! 4//! See [crate::frontend::ast] for the AST classes.