From 3f13b0144420f59f2a420246089fc6d6edad2d28 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 25 Apr 2018 15:26:40 -0700 Subject: [PATCH] appendix-background: Link to *Static Program Analysis* A+++++ resource IMHO! --- src/appendix-background.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/appendix-background.md b/src/appendix-background.md index 285d7447..a0e298b0 100644 --- a/src/appendix-background.md +++ b/src/appendix-background.md @@ -76,6 +76,9 @@ cycle. ## What is a dataflow analysis? +[*Static Program Analysis*](https://cs.au.dk/~amoeller/spa/) by Anders Møller +and Michael I. Schwartzbach is an incredible resource! + *to be written*