Expand description
Core intermediate representation and type system for amalgam
Re-exports§
pub use error::CoreError;pub use ir::IR;pub use types::Type;pub use types::TypeSystem;
Modules§
- dependency_
analyzer - Universal dependency detection and analysis
- error
- fingerprint
- Content fingerprinting for intelligent change detection
- ir
- Intermediate representation for cross-language transformations
- types
- Unified type system using algebraic data types