Module context_stack

Module context_stack 

Source
Expand description

Context stack management for iterative evaluation

This module provides a non-recursive way to manage evaluation contexts during iterative AST evaluation.

Structsยง

ContextStack
Manages evaluation contexts without recursion