diff options
| author | Shagun Agrawal <agrawalshagun07@gmail.com> | 2024-08-16 23:40:18 +0530 |
|---|---|---|
| committer | Shagun Agrawal <agrawalshagun07@gmail.com> | 2024-08-16 23:40:18 +0530 |
| commit | 7db3c0405a7fc2895095e91abe910626aee2bc5d (patch) | |
| tree | 135c019f643c5ca9b43696ad992d6c4404fca5b2 /README.md | |
| parent | 70a42cd67b8cb6b03a7e00d0d7f1e8e9ce8a121f (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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) + |
