[][src]Module mdl_monkey::parser

A parser for the Monkey programming language from https://interpreterbook.com/.

Structs

Parser

Consumes input from a lexer::Lexer and produces an ast::Program for the Monkey programming language.

Enums

Error

Specifies the different classes of errors which may occur.

Type Definitions

Result

A Result type specialized use with for an Error.