Skip to main content

Crate sim_lib_lang_julia

Crate sim_lib_lang_julia 

Source
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§

JuliaFunction
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 LanguageProfile describing 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.