<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title>Jad Assaf</title>
    <link>https://jad.moe</link>
    <description>Systems software, compilers, and low-level programming</description>
    <atom:link href="https://jad.moe/rss.xml" rel="self" type="application/rss+xml" />
    <item>
        <title>Two Definitions, One Use: Building SSA in a Haskell Compiler</title>
        <link>https://jad.moe/posts/2026-07-27-ssa-construction.html</link>
        <pubDate>2026-07-27</pubDate>
        <description>Two Definitions, One Use: Building SSA in a Haskell Compiler</description>
    </item>
    <item>
        <title>What Was Actually Hard: Finishing a Verified Compiler in Lean 4</title>
        <link>https://jad.moe/posts/2026-07-26-what-was-actually-hard.html</link>
        <pubDate>2026-07-26</pubDate>
        <description>What Was Actually Hard: Finishing a Verified Compiler in Lean 4</description>
    </item>
    <item>
        <title>The Verification Gap: Building a Proven-Correct Compiler in Lean 4</title>
        <link>https://jad.moe/posts/2024-07-25-phi-verification-gap.html</link>
        <pubDate>2024-07-25</pubDate>
        <description>The Verification Gap: Building a Proven-Correct Compiler in Lean 4</description>
    </item>
</channel>
</rss>