package
0.0.2
Repository: https://github.com/go-go-golems/go-emrichen.git
Documentation: pkg.go.dev

# Functions

NewEnv creates a new environment for managing variable frames.
NewFrame creates a new Frame with variables.
WithVars is an option for NewEnv to initialize the environment with a set of variables.

# Structs

Env represents an environment with a stack of variable frames.
Frame represents a single variable frame containing a map of variables.

# Type aliases

No description provided by the author