mini-go-0.3.0.0: Mini Go parser and interpreter
Safe HaskellSafe-Inferred
LanguageHaskell2010

Interpreter.Runtime

Synopsis

Variables manipulation

Get a variable value

Add a new variable

Add or update a variable

Update a variable

Search for a variable

data ScopeLocation Source #

Constructors

Curr 
Outer 

Scopes manipulation