aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShagun Agrawal <agrawalshagun07@gmail.com>2024-08-16 23:40:18 +0530
committerShagun Agrawal <agrawalshagun07@gmail.com>2024-08-16 23:40:18 +0530
commit7db3c0405a7fc2895095e91abe910626aee2bc5d (patch)
tree135c019f643c5ca9b43696ad992d6c4404fca5b2 /README.md
parent70a42cd67b8cb6b03a7e00d0d7f1e8e9ce8a121f (diff)
Add lexer implementation for ch2
Add lexer implementation Add reference for base implementation of the lexer
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 012f4a1..625cb9c 100644
--- a/README.md
+++ b/README.md
@@ -53,4 +53,5 @@ bb run-main "path/to/file.c"
Some talks / projects which helped in implementation.
* [What's So Hard About Writing A Compiler, Anyway? Oh - Ramsey Nasser](https://www.youtube.com/watch?v=_7sncBhluXI)
-
+* [Clojure Lexer implementation by github.com/Vikasg7](https://github.com/ThePrimeagen/ts-rust-zig-deez/tree/master/clj)
+