//! Graphcal Compiler: syntax, registry, IR, and TIR.
#![expect(
clippy::result_large_err,
reason ="GraphcalError is inherently large and only constructed on the error path")]pubmoddag_id;pubmoddesugar;pubmodhir;pubmodir;pubmodregistry;pubmodstack;pubmodsyntax;pubmodtir;