# Packages
No description provided by the author
# Functions
DoFunctionCall will call DoFunctionCallContext with a background context.
DoFunctionCallContext will treat the argsObj as the arguments to a function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResolveFunction produces a function that can execute externally.
No description provided by the author
Stack retrieves the call stack for a given context.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Package is an importable package that can be used from another section of code.
ResolvedFunction represents a function that can be passed down to the compiler.
SideEffect contains its value, and the semantic node that generated it.
StackEntry describes a single entry in the call stack.
# Interfaces
Arguments provides access to the keyword arguments passed to a function.
This interface is used by the interpreter to set options that are relevant to the execution engine.
Importer produces a package given an import path.
Resolver represents a value that can resolve itself.
Value represents any value that can be the result of evaluating any expression.
# Type aliases
No description provided by the author