Expand description
§Evaluator
Evaluates a parsed Monkey program using a tree-walking evaluation strategy, interpreting the parsed AST representation of the source code “on the fly.”
Modules§
- environment
- This module defines a programming environment within Monkey.
- error
- Error
Enums§
- Builtin
- Built-in function provided by Monkey.
Functions§
- eval
- Evaluate a parsed Monkey AST node and return its corresponding object representation.