Ghost in the Shell - Kusanagi
This repo is a compiler.
Semester: spring 2021
Prof: Michael Vulis
Class: CSC420 Compiler Construction
Each milestone is organized in the form of branches
Docs details each of these milestones in .md file.
This project is using the following resources:
- Lecture notes PDF by Professor Michael Vulis for the fundamental ideas
- Crafting a Compiler with C by Charles N. Fischer and Richard J. LeBlanc, Jr. for C language tutorial
- Video tutorial series by Imma Landwerth for detailed steps.