A comprehensive compiler implementation for TyC, a simple C-like programming language with complete type inference, using the ANTLR4 parser generator. This is a mini project for Principles of ...
The test suite for the book Writing a C Compiler, a hands-on guide to writing your own compiler for a big chunk of C. These tests are still a work in progress! Each test case is a C program. Some (in ...