Module ezno_checker::context

source ·
Expand description

Environments provide maps between string keys and types and variables

They also handle scoping, e.g. what is accessible where and branching

Re-exports§

  • pub use environment::Scope;

Modules§

  • When a function is called (or a group of events like function such as a iteration block) it creates a mini-environment for which events are applied into

Structs§

Enums§

Traits§

  • TODO this could be Option<&/&mut Syntax>. But having issues with lifetimes

Type Aliases§