summaryrefslogtreecommitdiff
path: root/README.ORG
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-24 18:33:31 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-24 18:33:31 +0100
commitdc1fc66181cba96cc94f21f055676b952489dbd9 (patch)
tree61889b183df011298c41d314419b41e55ee02991 /README.ORG
parent991d7eaa2a9550c7be0a63d7c1ba7c38c7de2acf (diff)
start implementing mark&sweep
Diffstat (limited to 'README.ORG')
-rw-r--r--README.ORG1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.ORG b/README.ORG
index a1353af..ad059ac 100644
--- a/README.ORG
+++ b/README.ORG
@@ -8,3 +8,4 @@ using lex and yacc
+ [[https://github.com/Robert-van-Engelen/tinylisp/blob/main/tinylisp.pdf][tinylisp.pdf]]
+ [[https://w3.pppl.gov/info/readline/A_Short_Completion_Example.html][pppl.gov readline]]
+ [[https://web.mit.edu/6.001/6.037/sicp.pdf][SICP]]
++ [[https://www.youtube.com/watch?v=c32zXYAK7CI][Garbage Collection (Mark & Sweep) - Computerphile]]