summaryrefslogtreecommitdiff
path: root/README.ORG
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2025-12-20 21:59:28 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2025-12-20 21:59:28 +0100
commit5eeb355805e0d5d91981dbe7eacb078f41da0437 (patch)
treed4d2a76e7988cf63aa9438d2b42d0a4a4656ee42 /README.ORG
init commit
Diffstat (limited to 'README.ORG')
-rw-r--r--README.ORG7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.ORG b/README.ORG
new file mode 100644
index 0000000..500e08b
--- /dev/null
+++ b/README.ORG
@@ -0,0 +1,7 @@
+* Lisp Interpreter
+using lex and yacc
+
+** Resources:
++ [[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]]