kidoni.dev
Search
Search
Dark mode
Light mode
Tag: compiler
8 items with this tag.
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 0: Background
blog
rust
programming
compiler
lox
compilers
llvm
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 1: Introduction & Compilers 101
blog
rust
programming
compiler
lox
compilers
llvm
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 2: Tokenization
blog
rust
programming
compiler
lox
tokenization
winnow
parser-combinators
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 3: Parsing & the Abstract Syntax Tree
blog
rust
programming
compiler
lox
parsing
ast
recursive-descent
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 4: The Tree-Walk Interpreter
blog
rust
programming
compiler
lox
interpreter
closures
oop
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 5: The Bytecode VM
blog
rust
programming
compiler
lox
bytecode
virtual-machine
stack-machine
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 6: LLVM IR & Native Compilation
blog
rust
programming
compiler
lox
llvm
inkwell
native-compilation
codegen
Feb 20, 2026
Vibe Coding a Lox Compiler, Part 7: The REPL
blog
rust
programming
compiler
lox
repl
rustyline
readline