# Essentials-of-Compilation **Repository Path**: saltedf/Essentials-of-Compilation ## Basic Information - **Project Name**: Essentials-of-Compilation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-29 - **Last Updated**: 2023-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Essentials of Compilation This is the LaTeX sources for two books, one about compiling a subset of Racket to x86-64 assembly code and the other about compiling a subset of Python, also to x86-64. **Generating the book** To generate the book (`build/book.pdf`), run the `make` command (assuming you have a full install of TeX Live). **Related resources** * [IU Compiler Course Webpage](https://iucompilercourse.github.io/IU-P423-P523-E313-E513-Fall-2020/) * [Public Student Support Code](https://github.com/IUCompilerCourse/public-student-support-code) If you are an instructor, you may also request access to the reference implementation of the compiler and the full test suite. * [Instructor Solution](https://github.com/IUCompilerCourse/course-compiler)