summaryrefslogtreecommitdiff
path: root/README.ORG
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2025-12-21 17:00:37 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2025-12-21 17:00:37 +0100
commit47debf8cc2197187a347b43a795120638b017d5f (patch)
tree8e20ef789acc0ff398df5f793dbd7be3c055c9fb /README.ORG
parent20b1cea7a74a4feb759155eedbb6299bd891a325 (diff)
renamed enum values VALTYPE->VT, implemented lambdas, apply
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 500e08b..8969629 100644
--- a/README.ORG
+++ b/README.ORG
@@ -5,3 +5,4 @@ using lex and yacc
+ [[https://github.com/AdhamAfis/yacc-parser-tutorial][yacc-parser-tutorial]]
+ [[https://en.wikipedia.org/wiki/S-expression][s-expressions]]
+ [[https://www.bowaggoner.com/writeups/jumpstart/flexbison/jumpstart_flexbison.pdf?utm_source][flex / bison jumpstart]]
++ [[https://github.com/Robert-van-Engelen/tinylisp/blob/main/tinylisp.pdf][tinylisp.pdf]]