aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/exception.md
diff options
context:
space:
mode:
authorEduardo Julian2022-01-06 14:28:32 -0400
committerEduardo Julian2022-01-06 14:28:32 -0400
commitd37982f0af44714d95caf24d7f944e4e659b3e69 (patch)
tree1576fc83764d958f8b5f7963a4d9987cd73b641f /documentation/bookmark/exception.md
parent9afaa3a3236366d57cb1c3d771b25779ee76269b (diff)
Fixes for the pure-Lux JVM compiler machinery. [Part 2]
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/exception.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/bookmark/exception.md b/documentation/bookmark/exception.md
index e47382a77..09b43b1eb 100644
--- a/documentation/bookmark/exception.md
+++ b/documentation/bookmark/exception.md
@@ -1,4 +1,5 @@
# Reference
-1. [You don't understand exceptions, but you should](https://matt.might.net/articles/implementing-exceptions/)
+0. [Using Coroutines to Implement C++ Exceptions for Freestanding Environments - Eyal Zedaka - CppCon 21](https://www.youtube.com/watch?v=TsXYqnUXrwM)
+0. [You don't understand exceptions, but you should](https://matt.might.net/articles/implementing-exceptions/)