Expand description
Julia surface profile for the SIM runtime.
The kernel defines the codec, eval-policy, and Expr contracts; this crate
is a loadable language profile presenting a Julia surface syntax over the
shared Expr graph, not a standalone interpreter.
Structs§
- Julia
Function - Julia multiple-dispatch function backed by the shared dispatch organ.
Functions§
- install_
julia_ core_ profile - Installs the Julia core profile and its dispatch-organ claims into a registry.
- julia_
conformance_ test_ symbol - Stable symbol for the Julia core dispatch conformance test.
- julia_
core_ matrix_ row - Builds the Julia core matrix row.
- julia_
core_ profile - Builds the
LanguageProfiledescribing the Julia core surface profile. - julia_
core_ source_ cases - Minimal source cases for the Julia core matrix row.
- julia_
dispatch_ fidelity_ symbol - Stable symbol for the Julia dispatch-organ fidelity badge.
- julia_
full_ runtime_ fidelity_ symbol - Stable symbol for the Julia full-runtime fidelity badge (limited support).
- julia_
lowering_ symbol - Stable symbol for the Julia lowering from surface forms to
Expr. - julia_
profile_ symbol - Stable symbol identifying the Julia core language profile.
- julia_
reader_ symbol - Stable symbol for the reader codec the Julia surface decodes through.
- run_
julia_ core_ conformance_ case - Runs one Julia core source conformance case.
- run_
julia_ core_ matrix_ row - Runs the Julia core matrix row and publishes claim-backed cells.