diff options
author | Eduardo Julian | 2021-07-16 02:23:00 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-16 02:23:00 -0400 |
commit | bfacc0c96e56eedf788aba44bd8ad2848a35c390 (patch) | |
tree | 7d5f637d589ac68c645d6d726967d6fac51da15d /documentation/bookmark | |
parent | 0abd5bd3c0e38e352e9ba38268e04e1c858ab01e (diff) |
Fixed some inconsistent naming.
Diffstat (limited to 'documentation/bookmark')
-rw-r--r-- | documentation/bookmark/browser.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/compiler.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bookmark/browser.md b/documentation/bookmark/browser.md index e2f95c54c..018b3b7b7 100644 --- a/documentation/bookmark/browser.md +++ b/documentation/bookmark/browser.md @@ -36,6 +36,7 @@ # Reference +1. [Public Suffix List](https://publicsuffix.org/) 1. https://www.opera.com/gx 1. https://evertpot.com/tabs-are-the-wrong-abstraction/ 1. http://news.mit.edu/2018/system-patches-private-browsing-0223 diff --git a/documentation/bookmark/compiler.md b/documentation/bookmark/compiler.md index 5d582a174..390c22c5e 100644 --- a/documentation/bookmark/compiler.md +++ b/documentation/bookmark/compiler.md @@ -1,5 +1,6 @@ # Methodology +1. [Compiling with Continuations by Andrew W. Appel](https://www.amazon.com/dp/0521416957) 1. [Collapsing Towers of Interpreters](https://www.cs.purdue.edu/homes/rompf/papers/amin-popl18.pdf) 1. [Miniphases: Compilation using Modular and Efficient Tree Transformations](https://infoscience.epfl.ch/record/228518/files/paper.pdf) |