Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reading-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If contributing, add your resource to the appropriate section, give a short desc

## Compiler architecture

* [A Nanopass Framework for Compiler Education](http://www.cs.indiana.edu/%7Edyb/pubs/nano-jfp.pdf) - Dipanwita Sarkar, Oscar Waddell, R. Kent Dybvig
* [A Nanopass Framework for Compiler Education](https://www.cambridge.org/core/journals/journal-of-functional-programming/article/educational-pearl-a-nanopass-framework-for-compiler-education/1E378B9B451270AF6A155FA0C21C04A3) - Dipanwita Sarkar, Oscar Waddell, R. Kent Dybvig

A paper describing compilers as series of transformations in dozens of small compiler passes.

Expand Down
Loading