]> Repositorios git - scryer-prolog.git/commitdiff
update README to point to local wambook (#1668)
authorMark Thom <[email protected]>
Fri, 16 Dec 2022 07:45:00 +0000 (00:45 -0700)
committerMark Thom <[email protected]>
Fri, 16 Dec 2022 07:45:00 +0000 (00:45 -0700)
README.md
wambook/wambook.pdf [new file with mode: 0644]

index 66f5cb82db674451b9593a6bdb1f372d99612090..d421bfa07fd11098be2901bd591e8d9041c7e6af 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ programming, which is itself written in a high-level language.
 Produce an implementation of the Warren Abstract Machine in Rust, done
 according to the progression of languages in [Warren's Abstract
 Machine: A Tutorial
-Reconstruction](http://wambook.sourceforge.net/wambook.pdf).
+Reconstruction](https://github.com/mthom/scryer-prolog/blob/master/wambook/wambook.pdf).
 
 Phase 1 has been completed in that Scryer Prolog implements in some form
 all of the WAM book, including lists, cuts, Debray allocation, first
diff --git a/wambook/wambook.pdf b/wambook/wambook.pdf
new file mode 100644 (file)
index 0000000..e2646ff
Binary files /dev/null and b/wambook/wambook.pdf differ