Articles

Compiler

Compiler - A Backend

April 3, 2026

Compiler - A Backend

Node.js   Compiler   LLVM  

Complect grew from a Babel-based transpiler into a multi-backend compiler with an LLVM code generator, user-defined functions, manual memory management, and SDL graphics. Here is the architecture story behind that transformation.

Writing a Compiler in Node.js

May 31, 2024

Writing a Compiler in Node.js

Node.js   Compiler  

Ever wondered if creating a compiler in Node.js is a good idea? I found myself pondering this very question while on the lookout for a side project to explore the depths of Node.js Streams.