/* Insert Code Here */
Cancel

The joys and pains of unrestricted unions

The things we do while waiting for a standard variant.

Let's implement a language - Hiatus

Almost nothing good ever come after this

Let's implement a language - Part 3 - The Parser

In our biggest installment yet, we finally build the AST that was promised.

Let's implement a language - Part 2 - The AST

In which we learn what those three letters mean.

Let's implement a language - Part 1 - The Lexer

In which we teach the compiler to decipher the text of a program.

Let's implement a language - Part 0 - Intro

In which I explain WTF is TosLang and why I subject myself to the hardships of compiler development.

CS Games 2015 Parallelism Challenge - A More Efficient Solution

CS Games 2015 Parallelism Challenge - A Simple Solution

CS Games 2015 Parallelism Challenge - Introduction