Compilers

Compilers

The Oak Compiler

I've written an alternative to the C programming language. This is how it works, and what I've learned.

Read
Compilers

Combinator Compilers

A brief exploration of combinator compilers.

Read
Compilers

Writing a Compiler with Honeycomb

After reading about parser combinator libraries, I started to write my own! I eventually got it into a working state, and published it on crates.io under the name `honeycomb`.

Read