xpile-frontend 0.1.37

Frontend trait — every source language implements this.
Documentation

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.