Skip to main content

Crate xpile_frontend

Crate xpile_frontend 

Source
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.

Enums§

FrontendError

Traits§

Frontend