Expand description
Core runtime installer and the embedding entry point that wires classes,
shapes, functions, and the default number domains into a Cx.
Modules§
- cookbook_
directory - sim-nest’s product cookbook loadable-lib directory.
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§
- browse_
internal_ capability - The capability gating internal browse surfaces (
browse.internal). - browse_
read_ capability - The capability gating browse reads (
browse.read). - browse_
run_ tests_ capability - The capability gating browse-driven test runs (
browse.run-tests). - config_
list_ impl_ capability - The capability gating the configured list implementation (
config.list.impl). - config_
table_ impl_ capability - The capability gating the configured table implementation (
config.table.impl). - 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.