Expand description
Implements a shell variable environment.
Structs§
- Shell
Environment - Represents the shell variable environment, composed of a stack of scopes.
- Shell
Variable Map - Represents a map from names to shell variables.
Enums§
- Environment
Lookup - Represents the policy for looking up variables in a shell environment.
- Environment
Scope - Represents a shell environment scope.