InternalsAI Generated
How a Compiler Turns Code into Machine Instructions
Follow a tiny typed compiler from tokens and ASTs through SSA-like IR, optimization, register allocation, machine code, and linking.
2025-11-05 · 14 min read
Follow a tiny typed compiler from tokens and ASTs through SSA-like IR, optimization, register allocation, machine code, and linking.
2025-11-05 · 14 min read
Build a tiny TypeScript language with a lexer, Pratt parser, AST, closures, diagnostics, and tests to see how interpreters really work.
2025-05-03 · 19 min read