[][src]Module jingo_lib::frontend::parser

Parser for Jingo, makes crate::frontend::lexer into an AST (abstract-syntax-tree), the second main stage of a compiler.

See crate::frontend::ast for the AST classes.