//
pkg.gl
Category
github.com/go-go-golems/go-emrichen
pkg
env
package
0.0.2
Repository:
https://github.com/go-go-golems/go-emrichen.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
116 SLOC
#
Functions
NewEnv
NewEnv creates a new environment for managing variable frames.
NewFrame
NewFrame creates a new Frame with variables.
WithVars
WithVars is an option for NewEnv to initialize the environment with a set of variables.
#
Structs
Env
Env represents an environment with a stack of variable frames.
Frame
Frame represents a single variable frame containing a map of variables.
#
Type aliases
EnvOption
No description provided by the author