Expand description
Core runtime installer and the embedding entry point that wires classes,
shapes, functions, and the default number domains into a Cx.
Structs§
- Core
Runtime Lib - 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§
- Test
Expected - Expectation a
SimTestchecks 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.