bb-compiler 0.3.3

Compiler pipeline for the bytesandbrains framework — Compiler driver, CompilerPass trait, canonical pass list, BuildError.
docs.rs failed to build bb-compiler-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

The compilation pipeline. Each pass is a pure function over GraphProto / FunctionProto. Composition flattens at authoring time, so no compiler-side sub-Module inlining pass exists. partition_by_wire_ops slices at wire ops via reachability + names partitions by longest common module_instance prefix.