feat(control_tree): Phase 129-C post-if via post_k continuation

This commit is contained in:
nyash-codex
2025-12-18 08:33:56 +09:00
parent b2af9fb297
commit 80df1cccd4
9 changed files with 502 additions and 20 deletions

View File

@ -34,6 +34,7 @@ pub mod contracts;
pub mod normalized_verifier;
pub mod env_layout;
pub mod if_as_last_join_k;
pub mod post_if_post_k; // Phase 129-C: post-if with post_k continuation
pub mod legacy;
pub mod dev_pipeline;
pub mod parity_contract;