Skip to content

Commit fcc982a

Browse files
committed
Revert the image support
1 parent 5534bd0 commit fcc982a

4 files changed

Lines changed: 0 additions & 10 deletions

blog/evolution-of-compilers.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ <h1 class="text-[clamp(1.8rem,3vw,2.5rem)] font-bold mb-6 leading-tight">The Evo
120120
<h3>1. The Minimal Compiler: Foundations of "Lex → Parse → Codegen"</h3>
121121
<p>Your POC compiler is the "hello world" of compiler design—and it’s where every key concept starts. Here’s its role:</p>
122122

123-
<figure class="mb-6">
124-
<img
125-
src="../blog/images/Minimal-C-Compiler-Flow-diagram-800.png"
126-
srcset="../blog/images/Minimal-C-Compiler-Flow-diagram-480.png 480w, ../blog/images/Minimal-C-Compiler-Flow-diagram-800.png 800w, ../blog/images/Minimal-C-Compiler-Flow-diagram-1200.png 1200w"
127-
sizes="(max-width: 640px) 100vw, 800px"
128-
alt="Minimal C Compiler Flow Diagram"
129-
class="w-full h-auto object-contain rounded-xl shadow-sm"
130-
>
131-
<figcaption class="text-sm text-gray-500 mt-2">Figure: Minimal C compiler flow — lexing, parsing, IR, and codegen stages.</figcaption>
132-
</figure>
133123
<ul>
134124
<li><strong>Core Stages</strong>: It turns raw text (<code>return 42;</code>) into executable code via four steps:
135125
<ol class="list-decimal pl-6 mt-2 mb-2">
-148 KB
Binary file not shown.
-48 KB
Binary file not shown.
-94 KB
Binary file not shown.

0 commit comments

Comments
 (0)