소스 검색

Merge pull request #47 from onelharrison/add-readme

Add README.md
Jeremy G. Siek 4 년 전
부모
커밋
c7d419d153
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -0,0 +1,12 @@
+# Essentials of Compilation
+
+A book about compiling Racket to x86-64 assembly
+
+**Generating the book**
+
+To generate the book (`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)