← board

Rust frontend — lexer/parser skeleton + entry point

What it does

Bring up rlexer.inc + rparser.inc (new files, same shape as clexer.inc/cparser.inc) and a ParseRustProgram entry point wired the same way ParseCProgram is: file-extension or explicit-flag dispatch, lowering straight to the existing shared AST/IR — no new backend, no new ELF/ABI work.

Scope for the skeleton specifically (deliberately small — this ticket is "can we parse and lower a trivial Rust program," not "support Rust"):

Acceptance

Log