vyre-foundation 0.7.2

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
//! Operation schemas and opaque IR extension hooks.

/// Callable operation signature types and identifier interning.
pub mod dialect_lookup;
/// Inventory-registered extension hooks (`OpaqueExprResolver`,
/// `OpaqueNodeResolver`, etc).
pub mod extension;