Crate amalgam_core

Crate amalgam_core 

Source
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