Skip to main content

Crate inauguration

Crate inauguration 

Source
Expand description

Library crate backing the in CLI — hybrid compiler wave plus embedded hotreload daemon.

Modules§

agent_mode
arena
boundary_capability
boundary_emit
boundary_ir
boundary_verify
bytecode
Simple stack-based bytecode IR and emitter.
bytecode_compiler
compile_cache
compile_error
compiler
Inauguration compiler — multi-language frontends, Core IR, passes, and backends.
core_ir
Cross-frontend core AST (v0). Bodies may be empty until a frontend fills statements.
core_ir_verifier
core_opt
Core IR optimization passes.
core_typecheck
dynamic_module
extension_registry
external_guard
family_typecheck
graph_report
hotreload
File-watch → Unix socket hotreload daemon, embedded in the in binary on Unix.
hybrid_core
Hybrid pipeline core types (inlined for single-crate cargo install inauguration). Source of truth for the workspace library: compiler/rust-driver/crates/core.
hybrid_pipeline
Hybrid compile wave orchestration (inlined for single-crate publish). Source of truth: compiler/rust-driver/crates/pipeline.
hybrid_scheduler
Task queue / cancellation (inlined for single-crate publish). Source of truth: compiler/rust-driver/crates/scheduler.
hybrid_sil
Textual SIL helpers (inlined for single-crate publish). Source of truth: compiler/rust-driver/crates/sil.
in_canonical
in_lang_parse
.in v0.2: top-level struct / fn with multiline struct bodies and minimal fn bodies.
inrt
Inauguration native runtime (inrt) entry contract for Mach-O executables on Apple ARM64.
language_gates
language_support
lower_core
Lower crate::core_ir::UnifiedModule to textual SIL.
mobile
module_resolver
native_backend
native_emit
Owned native code generation for Apple ARM64 (Mach-O executable subset).
owned_compile
package_discover
package_extern
package_install
package_lock
package_manifest
package_ref
package_runtime
parser_registry
Parser selection for in build: CLI, env, magic first line, and file extension.
preview_client
Rust Unix-socket client for hotreload NDJSON (alternative to Swift preview-host-client). Validates wire envelopes; does not execute SwiftUI — use when embedding without SwiftPM.
sil_to_bytecode
Lower SIL to bytecode for execution or JIT compilation.
target
typecheck
v_native
vm
Bytecode VM: executes compiled bytecode programs.