Skip to main content

Module runtime

Module runtime 

Source
Expand description

Core runtime installer and the embedding entry point that wires classes, shapes, functions, and the default number domains into a Cx.

Structs§

CoreRuntimeLib
Lib that registers the core runtime: its classes, shapes, functions, and values.
SimTest
Executable test or example: an expression, its expectation, and the codec and capability context it runs in.

Enums§

TestExpected
Expectation a SimTest checks against the evaluated expression.

Functions§

install_core_runtime
Installs the core runtime into a context: registers the macro expander, the core lib, and the default number domains for the enabled features.