Michael Schimmel 874a6f39a4 feat: Add assignment operator and recursive scope assignment
Introduces the `Assign` AST node and a corresponding `assign` method on
the `Scope` struct. This allows for updating existing variables within
the current scope or any parent scope.

The `assign` method recursively traverses the scope chain until it finds
the variable or determines it's undefined. This enables reassigning
variables defined in outer scopes.
2026-02-17 00:58:29 +01:00
S
Description
No description provided
6.5 MiB
Languages
Rust 100%