Skip to main content

pe_source_text

Function pe_source_text 

Source
pub fn pe_source_text() -> &'static str
Expand description

Returns the source text of the partial evaluator written in LogicAffeine.

This PE operates on CProgram representations using explicit environments and static dispatch. It is first-order (no closures) and uses only literal string function names (no dynamic dispatch).