説明なし

Jeremy G. Siek 691dc80eb9 Merge pull request #99 from ksromanov/patch-2 3 年 前
.github 4432a65271 Fixing inconsistencies in Chapters 3 and 4 + workflow to publish pdf (#85) 3 年 前
figs 6b1432416f black and white version of the sudoku graph 4 年 前
.gitignore 4432a65271 Fixing inconsistencies in Chapters 3 and 4 + workflow to publish pdf (#85) 3 年 前
CopyCollector2.pdf 24720e5c15 updated registers and stack 9 年 前
CopyingCollector.pdf 47a4c14b38 figures for copying collector 9 年 前
Makefile 410503ec5f Remove duplicated globs 3 年 前
README.md 46a410edeb Update README.md 3 年 前
TimesAPriori_MIT.cls 0a9ef16e49 ditch use of titlecaps 3 年 前
book.bak cb7299bbfb copy of book pre-MIT class file 4 年 前
book.bib 3940bd880f month names fixed 3 年 前
book.tex 691dc80eb9 Merge pull request #99 from ksromanov/patch-2 3 年 前
dataflow-notes.txt 57912afe6d blah 9 年 前
defs.tex 122c110ce0 revising tuples and GC 3 年 前
multind.sty 51edeb34e8 trying out MIT class file 4 年 前
notes.md 149b4d2645 fixes 3 年 前
s-expr-example.rkt 3f13070c98 added quick refernece 9 年 前
shadow-stack.pdf 817c99d27b fixed fig 5.5 9 年 前
shell.nix 2a937edae7 Add shell.nix to build on NixOS and to build reproducibly 7 年 前

README.md

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

If you are an instructor, you may also request access to the reference implementation of the compiler and the full test suite.