[][src]Module mdl_monkey::object

Objects produced when evaluating the Monkey programming language from https://interpreterbook.com/.

Structs

Environment

An execution environment used when evaluating Monkey source code.

Function

The object representation of a Monkey function.

Enums

Object

Objects produced when evaluating Monkey source code, along with their associated data if applicable.