Module env

Source
Expand description

Implements a shell variable environment.

Structs§

ShellEnvironment
Represents the shell variable environment, composed of a stack of scopes.
ShellVariableMap
Represents a map from names to shell variables.

Enums§

EnvironmentLookup
Represents the policy for looking up variables in a shell environment.
EnvironmentScope
Represents a shell environment scope.