Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 341 Bytes

README.org

File metadata and controls

3 lines (2 loc) · 341 Bytes

Simple C Compiler

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.