This repository contains my C++ implementation of the C compiler described in Nora Sandler’s fantastic book Writing a C Compiler. I have so far implemented everything through Chapter 5, including the extra credit. I plan to take a break from the implementation for a bit to refactor the code I have written until now.