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
Shells

Object Oriented Shell Scripting

While PowerShell can be cumbersome and ugly, its take on object orientation is very useful.

Read