diff options
| author | Shagun Agrawal <51134776+kaepr@users.noreply.github.com> | 2025-04-26 03:13:18 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 03:13:18 +0530 |
| commit | afd18d36826f92504a05b4db83f2143afe4328fb (patch) | |
| tree | b5d4d4194175df714ad50f166175519ad3ded8e0 | |
| parent | e0e982e4e66b94dd1dfb1b7e0de80692729c065d (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # cljcc -A toy C Compiler implementation in Clojure. +A toy C Compiler implementation in Clojure. + +Browser version: [cljcc](https://cljcc.shagunagrawal.me) Follows the book [Writing a C Compiler by Nora Sandler](https://nostarch.com/writing-c-compiler). |
