Module context

Source
Expand description

Contains the Context struct used to store functions and values currently defined.

Structsยง

BUILTINS
HashMap of all builtin functions (name mapped to function).
BUILTIN_VALUES
Builtin values such as e or pi.
Context
The context for evaluating expressions and statements in.