Ezno's Checker

crates.io badge docs.rs badge

Contains type checking logic.

The synthesis folder contains logic for Ezno's parser. See oxctypesynthesis for similar code that connects the logic with OXCs AST.

Testing

Set EZNO_DEBUG to any value to trace diagnostic information from the crate::utils::notify! macro (In powershell = $Env:EZNO_DEBUG=1)