Expand description
Frontend trait.
Every source language in xpile (Python, C, Ruchy, …) provides
one type implementing Frontend. The trait is intentionally
narrow: parse a source file and lower it to canonical meta-HIR.
Everything else — agent loop, oracle, codegen, MCP — is shared.