[][src]Module mdl_monkey::evaluator

An AST evaluator for the Monkey programming language from https://interpreterbook.com/.

Enums

Error

Specifies the different classes of errors which may occur.

Functions

eval

Evaluates an ast::Node and produces an object::Object.

Type Definitions

Result

A Result type specialized use with for an Error.